A chatbot to help with live stream production/effects.
Go to file
Alex Orid 85909ecad9 Twitch Script Credentials Integration
Updated the template for database credentials.

Added the credentials module to the twitch script.

Modified the main.py to join my channel if it detects a specific credential.
2020-09-23 01:48:03 -04:00
credential_templates Twitch Script Credentials Integration 2020-09-23 01:48:03 -04:00
tests implemented quick and easy way for storing credentials in json files. Most of the stuff in here is template ideas, season them to taste for yourself 2020-09-22 01:38:35 -04:00
.gitignore implemented quick and easy way for storing credentials in json files. Most of the stuff in here is template ideas, season them to taste for yourself 2020-09-22 01:38:35 -04:00
config.py updated tts.py 2020-09-20 13:35:53 -04:00
credentials.py Twitch Script Credentials Integration 2020-09-23 01:48:03 -04:00
db_cred.py Let PEP8 do it's thing and reformat all the files. 2020-09-20 11:48:15 -04:00
db.py Let PEP8 do it's thing and reformat all the files. 2020-09-20 11:48:15 -04:00
hotkey_script.py Let PEP8 do it's thing and reformat all the files. 2020-09-20 11:48:15 -04:00
main.py Twitch Script Credentials Integration 2020-09-23 01:48:03 -04:00
python bot.code-workspace First Push 2020-09-19 23:38:49 -04:00
README.md Added the DB Credential Template 2020-09-22 18:20:56 -04:00
requirements.txt removed pyglet because playsound appears to work just fine 2020-09-20 13:52:29 -04:00
run.bat First Push 2020-09-19 23:38:49 -04:00
tts.py Altered __main__ 2020-09-21 03:57:45 -04:00
twitch_cred.py Merge branch 'tookeymeddling' 2020-09-21 03:43:02 -04:00
twitch_script_class.py Twitch Script Credentials Integration 2020-09-23 01:48:03 -04:00
utilities_script.py Let PEP8 do it's thing and reformat all the files. 2020-09-20 11:48:15 -04:00

A chatbot to help with live stream production/effects.


Credentials Setup:

Create a json based on the templates and put them into the credentials folder.

For Twitch Credentials

Username = TwitchUsername

Helix Client ID = https://dev.twitch.tv/console/apps

Oauth = https://twitchapps.com/tmi/

V5 Client ID = https://twitchtokengenerator.com/

For Database Credentials

Engine = "mysql+mysqlconnector://root:password@localhost:3306/DatabaseName"