Commit Graph

27 Commits

Author SHA1 Message Date
Alex Orid
21083b81e7 Update config.py 2021-04-16 01:31:56 -04:00
Alex Orid
07612e9989 Initial 2021-04-16 01:26:22 -04:00
6bab6d5342 Merge pull request 'master' (#25) from master into Command-Management-Module
Reviewed-on: #25
2021-04-16 02:06:44 +00:00
Alex Orid
b7e20c5602 Fixed TTS Bugs
Fixed Discord TTS Config Bug
Fixed Docker TTS playsound()
2021-04-15 18:04:10 -04:00
Alex Orid
4c1fb203b9 Initial Commit 2021-04-13 17:58:58 -04:00
Alex Orid
08e712c085 Added User Module to Main 2021-04-11 23:27:03 -04:00
Alex Orid
2da7349030 Improved Lights Module 2021-04-09 17:19:22 -04:00
Alex Orid
ecffe6083b Added Test 2021-04-09 15:00:36 -04:00
Alex Orid
1b317282c5 Added RGB Config Controls 2021-04-07 17:36:55 -04:00
Alex Orid
51fb4d41db Update config.py 2021-02-19 08:16:50 -05:00
Alex Orid
bb2984d02b Adjusted Config 2021-02-19 08:16:19 -05:00
Alex Orid
26c9fa6dbd Updated Splash 2021-01-21 16:48:12 -05:00
Alex Orid
3e1759e5d2 Renamed Config Variable
Renamed streamlabsVoice to PollyVoice
2021-01-21 16:04:53 -05:00
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