A chatbot to help with live stream production/effects.
Go to file
2020-12-08 21:28:06 -05:00
commands Changed prefix 2020-12-08 21:28:06 -05:00
credential_templates Updated ReadMe & Templates 2020-10-20 03:35:14 -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 Minor Edits 2020-11-17 15:46:03 -05:00
cooldowns.py Renamed Module 2020-10-19 17:21:05 -04:00
credentials.py Deleted Spaces 2020-11-19 15:54:05 -05:00
db.py Deleted Spaces 2020-11-19 20:10:56 -05:00
discord_script.py Adjusted Test Function 2020-12-08 09:03:39 -05: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 Deleted Spaces 2020-11-19 15:54:05 -05:00
python bot.code-workspace First Push 2020-09-19 23:38:49 -04:00
README.md Update README.md 2020-10-20 03:44:08 -04:00
requirements.txt Added Restart/Shutdown Commands 2020-12-08 06:06:58 -05: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 Added Restart/Shutdown Commands 2020-12-08 06:06:58 -05:00
utilities_script.py Fixed Restart Command 2020-12-08 07:02:10 -05: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

Nickname = Anything You Want

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

For Discord Credentials

Nickname = Anything You Want

Token = https://discord.com/developers/

Credential Usage:

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