Commit Graph

9 Commits

Author SHA1 Message Date
dtookey
a38f99c5a0 implemented dummy stuff 2021-04-20 21:23:39 -04:00
Alex Orid
7f1c991672 Update requirements.txt 2021-04-07 17:30:15 -04:00
Alex Orid
fa01586350 Added Splash Screen 2021-01-21 09:26:34 -05:00
Alex Orid
32b9a54a27 Added Restart/Shutdown Commands
Added the restart and shutdown command to the bot's discord module.
2020-12-08 06:06:58 -05:00
Alex Orid
fbd629a459 Successful Connection
Was finally able to connect thanks to a thread.

(Certificate Issue)

Good Certificate found on:
https://crt.sh/?id=2835394

Thread:
https://github.com/Rapptz/discord.py/issues/4159

(Also fixed the requirements file)
2020-10-02 03:03:45 -04:00
Alex Orid
2559cd7076 Updated Requirements 2020-10-01 04:35:35 -04:00
dtookey
68674de54e removed pyglet because playsound appears to work just fine
added documentation to several functions in tty.py
2020-09-20 13:52:29 -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