A chatbot to help with live stream production/effects.
Go to file
2020-10-20 03:08:29 -04:00
commands Merge branch 'master' into Discord-Script 2020-10-19 17:23:32 -04:00
credential_templates Discord Module & Minor Fixes 2020-10-01 04:33:59 -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 Fixed gitignore 2020-09-23 15:13:24 -04:00
config.py updated tts.py 2020-09-20 13:35:53 -04:00
cooldowns.py Renamed Module 2020-10-19 17:21:05 -04:00
credentials.py Merge branch 'master' into Discord-Script 2020-10-14 04:13:27 -04:00
db.py Updated Mains. 2020-10-15 06:00:49 -04:00
discord_script.py Progress Maybe? 2020-10-20 03:00:33 -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 Added Test 2020-10-20 03:08:29 -04:00
python bot.code-workspace First Push 2020-09-19 23:38:49 -04:00
README.md Updated Readme 2020-09-23 03:03:18 -04:00
requirements.txt Successful Connection 2020-10-02 03:03:45 -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_script.py Renamed Module 2020-10-19 17:21:05 -04:00
utilities_script.py idea 2020-10-20 00:10:42 -04:00

A chatbot to help with live stream production and effects.


Credentials:

Credentials Setup:

Create a json based on the templates and put them into the /credentials/ folder. Refer to the /credential_templates/ folder for examples.

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"

Credential Usage:

Place json credentials in the /credentials/ folder. To load them, run load_credentials() from Credentials_Module in the credentials.py script.