A chatbot to help with live stream production/effects.
Go to file
dtookey 3e24942d54 Let PEP8 do it's thing and reformat all the files.
Removed bots.py and slurs.py and moved them into config.py. twitch_script_class.py has been updated to handle this
added a test harness for twitch_script_class.py
contains_url and contains_slur are both validated
refactored contains_url to use a simple(ish) regex instead of an if cascade

Let PEP8 do it's thing and reformat all the files.
Removed bots.py and slurs.py and moved them into config.py. twitch_script_class.py has been updated to handle this
added a test harness for twitch_script_class.py
contains_url and contains_slur are both validated
refactored contains_url to use a simple(ish) regex instead of an if cascade
2020-09-20 11:48:15 -04:00
tests Let PEP8 do it's thing and reformat all the files. 2020-09-20 11:48:15 -04:00
config.py Let PEP8 do it's thing and reformat all the files. 2020-09-20 11:48:15 -04:00
db_cred.py Let PEP8 do it's thing and reformat all the files. 2020-09-20 11:48:15 -04:00
db.py Let PEP8 do it's thing and reformat all the files. 2020-09-20 11:48:15 -04: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 Let PEP8 do it's thing and reformat all the files. 2020-09-20 11:48:15 -04:00
python bot.code-workspace First Push 2020-09-19 23:38:49 -04:00
README.md First Push 2020-09-19 23:38:49 -04:00
requirements.txt Let PEP8 do it's thing and reformat all the files. 2020-09-20 11:48:15 -04:00
run.bat First Push 2020-09-19 23:38:49 -04:00
tts.py Let PEP8 do it's thing and reformat all the files. 2020-09-20 11:48:15 -04:00
twitch_cred.py Let PEP8 do it's thing and reformat all the files. 2020-09-20 11:48:15 -04:00
twitch_script_class.py Let PEP8 do it's thing and reformat all the files. 2020-09-20 11:48:15 -04:00
utilities_script.py Let PEP8 do it's thing and reformat all the files. 2020-09-20 11:48:15 -04:00

A chatbot to help with live stream production/effects.