From 05a95b9696d978f338408952191ca0d467d91d46 Mon Sep 17 00:00:00 2001 From: Alex Orid Date: Sun, 20 Sep 2020 00:15:47 -0400 Subject: [PATCH] Updated README --- README.md | 16 +++++++++++++++- twitch_cred.py | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) 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/