SmugBot/README.md

15 lines
372 B
Markdown
Raw Permalink Normal View History

2023-10-06 13:53:46 -04:00
# SmugBot
2023-10-06 15:18:15 -04:00
A twitch chatbot written in Rust
2023-10-06 13:53:46 -04:00
2023-10-06 14:22:42 -04:00
### Cargos
* Twitch chat: https://docs.rs/twitch-irc/5.0.1/twitch_irc/
* Env reading: https://docs.rs/dotenv/0.15.0/dotenv/index.html
### Usage
1. Get twitch OAUTH key
2. Add the OAUTH key (without 'oauth:') to .env
3. Put account name also to .env
4. Add a channel for the bot to join
5. Program some logic
2023-10-06 15:18:15 -04:00
6. Build and test