How to create a twtich app
December 23, 2019 ยท View on GitHub
The twitch app provides a client_id which is required to access stream information.
- Open the developer dashboard here
- Click Register Your Application
- Insert a unique name for your application
- Set your OAuth redirect URL to
http://localhost(this is irrelevant) - Set the category to Chat Bot (also rather irrelevant for our use)
- Click Create and Manage on the created application
- Copy the Client ID and insert it into your
config.jsonundertwitch.client_id - You are done!