Updated the template for database credentials. Added the credentials module to the twitch script. Modified the main.py to join my channel if it detects a specific credential.
8 lines
173 B
JSON
8 lines
173 B
JSON
{
|
|
"username": "",
|
|
"password": "",
|
|
"ipAddress": "",
|
|
"port": "",
|
|
"databaseName": "",
|
|
"engine": "mysql+mysqlconnector://root:password@localhost:3306/DatabaseName"
|
|
} |