16 lines
412 B
Markdown
16 lines
412 B
Markdown
A chatbot to help with live stream production/effects.
|
|
|
|
# Credentials Setup:
|
|
|
|
## For Twitch Credentials in twitch_cred.py
|
|
Username = `TwitchUsername`
|
|
|
|
Helix ID = `https://dev.twitch.tv/console/apps`
|
|
|
|
Oauth = `https://twitchapps.com/tmi/`
|
|
|
|
V5 Client ID = `https://twitchtokengenerator.com/`
|
|
|
|
## For Database Credentials in db_cred.py
|
|
engine = `"mysql+mysqlconnector://root:password@localhost:3306/DatabaseName"`
|