A chatbot to help with live stream production/effects.
| tests | ||
| config.py | ||
| db_cred.py | ||
| db.py | ||
| hotkey_script.py | ||
| main.py | ||
| python bot.code-workspace | ||
| README.md | ||
| requirements.txt | ||
| run.bat | ||
| tts.py | ||
| twitch_cred.py | ||
| twitch_script_class.py | ||
| utilities_script.py | ||
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"