Terminal UI application aiming to provide utils for streaming apps such as Twitch chat.
go run . <channel>or
go build
./streamutils-tui <channel>Important
Remember to set the environment variables before running the application.
The variables can be added in a .env file in the root of the project (see .env.local as example) or as shell environment variables. The .env variables will not override the shell environment variables.
| Environment Variable | Required | Description |
|---|---|---|
| TWITCH_OAUTH_TOKEN | True | Twitch User Access Token. You can obtain it from https://twitchtokengenerator.com/. |
| TWITCH_USERNAME | True | Username associated to previous Access Token. |
- Use specified go version.
- Follow git branching model & release specifications.
