An open API service indexing awesome lists of open source software.

https://github.com/mindsers/sanpe-bot

The SanPé bot is a Twitch bot built live
https://github.com/mindsers/sanpe-bot

bot hacktoberfest twitch-bot

Last synced: 8 months ago
JSON representation

The SanPé bot is a Twitch bot built live

Awesome Lists containing this project

README

          

# SanPé bot

The SanPé bot is a Twitch bot built live on https://twitch.tv/mindsers with the help of the community

## Usage

### Pre-requisites

You have to setup two environment variables before starting the bot:

- `BOT_USERNAME`: The username of the Twitch account the bot will use
- `OAUTH_TOKEN`: The oauth token of the Twitch account the bot will use

### Production usage

```sh
export NODE_ENV = production
pnpm install
pnpm start
```

### Development mode

```sh
pnpm install
pnpm run start:dev
```

## Contribution

Contributions to the source code of _SanPé Bot_ are welcomed and greatly appreciated.
For help on how to contribute in this project, please refer to [How to contribute to Changelog Reader Action](CONTRIBUTING.md).

To see the project's list of **awesome contributors**, please refer to our [Contributors Wall](CONTRIBUTORS.md).

## Support

_SanPé Bot_ is licensed under an MIT license, which means that it's a completely free open source software. Unfortunately, _SanPé Bot_ doesn't make itself. Version 2.0.0 is the next step, which will result in many late, beer-filled nights of development.

If you're using _SanPé Bot_ and want to support the development, you now have the chance! Go on my [GitHub Sponsor page](https://github.com/sponsors/mindsers) and become my joyful sponsor!!

For more help on how to support Changelog Reader Action, please refer to [The awesome people who support Changelog Reader Action](SPONSORS.md).

## License

The scripts and documentation in this project are released under the [MIT License](LICENSE)