twitch-tui/README.md
2021-09-04 03:06:19 -07:00

13 lines
409 B
Markdown

# Twitch Chat IRC, in the terminal.
### What it looks like:
![preview](./images/preview.png)
### Setup:
1. Copy everything from `default-config.toml` to a new file called `config.toml` to set everything you need.
2. Create a `.env` file and set `TOKEN` to your oauth token from [here](https://twitchapps.com/tmi/) (
ex. `TOKEN=oauth:asdfasdfasdf`).
3. run `cargo run --release`, and you're good to go!