Commit Graph

10 Commits

Author SHA1 Message Date
Alex Orid
b106eaa9dd logging 2021-04-27 18:47:51 -04:00
Alex Orid
dee1bf4be0 Commented Old Code 2021-01-21 17:02:19 -05:00
Alex Orid
4ef983c7cc Added Test Module & Updated Name == Main
Added a test module to make it faster to include new additions.

I also updated the name == main section in each module to use the values in config instead of itself.
2021-01-20 04:35:09 -05:00
Alex Orid
9cbd57b4b2 Deleted Spaces 2020-11-19 20:10:56 -05:00
Alex Orid
f518c31a98 Deleted Spaces 2020-11-19 15:54:05 -05:00
Alex Orid
f0468e0630 Discord Module & Minor Fixes
Started working on the discord script.

Adjusted the if __name__ == "__main__": lines on a few modules.
2020-10-01 04:33:59 -04:00
Alex Orid
a95684053a Added Search Function for Credentials and Simplified Main() 2020-09-23 16:54:48 -04:00
Alex Orid
ada9d2ecb8 Added DB Module to the Twitch Module
Expanded main() a little to add DB_Module to the Twitch_Module.

Added a db_manager to the Twitch_Module class.

Added the nickname string to the db credential.
2020-09-23 15:01:15 -04:00
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
Alex Orid
994981cfdb First Push
Im so sorry for the bad code T_T

(Also note to self, I deleted the old code)
2020-09-19 23:38:49 -04:00