diff --git a/README.md b/README.md index d6dfaa7..cd51c6b 100644 --- a/README.md +++ b/README.md @@ -1 +1,15 @@ -A chatbot to help with live stream production/effects. \ No newline at end of file +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"` diff --git a/twitch_cred.py b/twitch_cred.py index e5d27a6..07d0800 100644 --- a/twitch_cred.py +++ b/twitch_cred.py @@ -4,7 +4,7 @@ helix = "" oauth = "oauth:" v5_Client = "" - +#Username = Twitch Username #Helix ID https://dev.twitch.tv/console/apps #Oauth https://twitchapps.com/tmi/ #V5 Client ID https://twitchtokengenerator.com/