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
- Host: GitHub
- URL: https://github.com/mindsers/sanpe-bot
- Owner: mindsers
- License: mit
- Created: 2021-03-19T10:47:49.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-11-08T20:13:42.000Z (over 4 years ago)
- Last Synced: 2025-08-21T14:55:42.026Z (10 months ago)
- Topics: bot, hacktoberfest, twitch-bot
- Language: JavaScript
- Homepage: https://twitch.tv/mindsers
- Size: 383 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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)