A chatbot to help with live stream production/effects.
Go to file
2020-09-20 00:15:47 -04:00
bots.py First Push 2020-09-19 23:38:49 -04:00
db_cred.py First Push 2020-09-19 23:38:49 -04:00
db.py First Push 2020-09-19 23:38:49 -04:00
hotkey_script.py First Push 2020-09-19 23:38:49 -04:00
main.py First Push 2020-09-19 23:38:49 -04:00
python bot.code-workspace First Push 2020-09-19 23:38:49 -04:00
README.md Updated README 2020-09-20 00:15:47 -04:00
run.bat First Push 2020-09-19 23:38:49 -04:00
slurs.py First Push 2020-09-19 23:38:49 -04:00
tts.py First Push 2020-09-19 23:38:49 -04:00
twitch_cred.py Updated README 2020-09-20 00:15:47 -04:00
twitch_script_class.py First Push 2020-09-19 23:38:49 -04:00
utilities_script.py First Push 2020-09-19 23:38:49 -04:00

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"