Update README.md
This commit is contained in:
parent
8914aeeee5
commit
34c077798b
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -1,2 +1,14 @@
|
||||||
# SmugBot
|
# SmugBot
|
||||||
|
A twitch chatbot written in Rust
|
||||||
|
|
||||||
|
### 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
|
||||||
|
6. Build and test
|
Loading…
Reference in a new issue