Twitch chat in the terminal.
Go to file
2021-08-30 11:34:56 -07:00
.github/workflows Modified workflows to be easier on the mind. 2021-08-23 16:45:02 -07:00
images Added actual stuff to README. 2021-08-23 16:10:53 -07:00
src Environment variables to toml config. 2021-08-30 11:34:56 -07:00
.gitignore Environment variables to toml config. 2021-08-30 11:34:56 -07:00
.pre-commit-config.yaml Finalized pre-commit config, sorted imports. 2021-08-23 17:13:33 -07:00
Cargo.lock Environment variables to toml config. 2021-08-30 11:34:56 -07:00
Cargo.toml Environment variables to toml config. 2021-08-30 11:34:56 -07:00
default-config.toml Environment variables to toml config. 2021-08-30 11:34:56 -07:00
LICENSE Initial commit 2021-08-23 15:27:12 -07:00
README.md Environment variables to toml config. 2021-08-30 11:34:56 -07:00

Twitch Chat IRC, in the terminal.

What it looks like:

preview

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 (ex. TOKEN=oauth:asdfasdfasdf).
  3. run cargo run --release, and you're good to go!