Praxis_Bot/README.md
2020-09-20 00:15:47 -04:00

16 lines
412 B
Markdown

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"`