twitch-tui/README.md

13 lines
409 B
Markdown
Raw Normal View History

2021-08-30 21:28:54 +03:00
# Twitch Chat IRC, in the terminal.
2021-08-24 02:10:53 +03:00
### What it looks like:
2021-09-04 13:06:19 +03:00
2021-08-24 02:10:53 +03:00
![preview](./images/preview.png)
### Setup:
2021-09-04 13:06:19 +03:00
2021-08-30 21:28:54 +03:00
1. Copy everything from `default-config.toml` to a new file called `config.toml` to set everything you need.
2021-09-04 13:06:19 +03:00
2. Create a `.env` file and set `TOKEN` to your oauth token from [here](https://twitchapps.com/tmi/) (
ex. `TOKEN=oauth:asdfasdfasdf`).
2021-08-24 02:10:53 +03:00
3. run `cargo run --release`, and you're good to go!