tanoargie / tano-stream-bot

El bot del server de Discord "El rincón del Tano"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tano stream bot

codecov Discord

Description

This is a NestJS web-server that enables Twitch streamers to notify their audience in Twitter and Discord that they went online. This in particular is the Bot for my audience as streamer.

Installation

If you want to use this repo for your particular audience, you will have to add an .env. You can check .env.example for info on each environment variable needed.

Then, just ran:

$ yarn

Running the app

# development
$ yarn start

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod

Test

# unit tests
$ yarn test

# e2e tests
$ yarn test:e2e

# test coverage
$ yarn test:cov

Contributing

This is an MIT-licensed open source project where everyone is allowed to contribute!

  1. Fork the project.
  2. Branch out your new feature/bugfix.
  3. Make PR!

Stay in touch

License

tano-stream-bot is MIT licensed.

About

El bot del server de Discord "El rincón del Tano"


Languages

Language:TypeScript 89.3%Language:Shell 7.5%Language:JavaScript 2.5%Language:Dockerfile 0.7%