Skip to content

jcbasso/streamutils-tui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stream Utils TUI

go version release

Terminal UI application aiming to provide utils for streaming apps such as Twitch chat.

preview


Usage

go run . <channel>

or

go build
./streamutils-tui <channel>

Important

Remember to set the environment variables before running the application.

Environment Variables

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.

Development

About

Terminal UI application aiming to provide utils for streaming apps such as Twitch chat.

Resources

Stars

Watchers

Forks