Commit Graph

14 Commits

Author SHA1 Message Date
Alex Orid
6fd3fc216f Updated Config 2021-01-21 16:02:44 -05:00
Alex Orid
fa01586350 Added Splash Screen 2021-01-21 09:26:34 -05:00
Alex Orid
aeb50dcc6e TTS URL Check 2021-01-21 08:18:09 -05:00
Alex Orid
a96c263665 typo 2021-01-21 06:25:24 -05:00
Alex Orid
659fe444d6 Added Configs
Added configs to either block or force functions to do or not do something.
2021-01-21 03:12:46 -05:00
Alex Orid
140d099e2d Fixed Typo 2021-01-20 05:20:51 -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
f7d3203c28 Fixed Startup 2021-01-18 10:01:28 -05:00
Alex Orid
4be0adf737 Moved things to Config 2021-01-18 09:44:39 -05:00
Alex Orid
fabbd544f7 Minor Edits 2020-11-17 15:46:03 -05:00
Alex Orid
83dad6764a Got rid of junk 2020-10-20 06:16:49 -04:00
Alex Orid
ce702b8b01 Working TTS on Discord
I also cleaned up tts usage in a few other places.
2020-10-20 06:12:26 -04:00
dtookey
17e1a092be updated tts.py
support both gtts and aws polly (we borrow from the streamlabs api)
moved some configuration stuff around
added one test method for creating file names, but it doesn't have any assertions, so it's useless
added enums for different configuration properties like tts engine, file naming, and poly voices
2020-09-20 13:35:53 -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