Alex Orid
5d88861b8c
Expanded Cooldowns
2020-10-15 06:40:42 -04:00
7205964c3c
Merge pull request 'Added Cooldowns to limit messages and commands.' ( #8 ) from cooldowns into master
...
Reviewed-on: #8
2020-10-15 10:09:05 +00:00
Alex Orid
202d8e5891
Updated Mains.
2020-10-15 06:00:49 -04:00
Alex Orid
d88871abef
Fixed Import
2020-10-15 02:57:19 -04:00
Alex Orid
bbe77195ac
Fixed Cooldowns Bug
2020-10-15 02:48:26 -04:00
Alex Orid
e7d9ecb273
Fixed Cooldowns Bug
2020-10-15 01:58:00 -04:00
Alex Orid
5f5496c918
added cooldowns class
2020-10-15 01:27:51 -04:00
Alex Orid
541ad25af2
Changed Message Sending
...
I changed the send message function I use for the twitch commands.
2020-10-14 04:33:33 -04:00
Alex Orid
87c1576e4f
Merge branch 'master' into Discord-Script
2020-10-14 04:13:27 -04:00
Alex Orid
5d97066b8b
Fixed No Substring/No Arguments Bug
...
Fixed an error where if a command without arguments is sent it would fail.
2020-10-14 04:11:37 -04:00
Alex Orid
d00f01edc3
Updated Roll Command
2020-10-02 20:18:51 -04:00
9ab31b6320
Merge pull request 'command-loader' ( #6 ) from command-loader into master
...
Reviewed-on: #6
2020-10-02 19:31:47 +00:00
a41446c606
Merge branch 'master' into command-loader
2020-10-02 19:30:29 +00:00
dtookey
59aba6ba20
Okay, we'll just do the whole thing in a try block
2020-10-02 15:23:50 -04:00
dtookey
5b2c7c0ee9
handled KeyError on unfound commands
...
better command_text finding
2020-10-02 15:20:15 -04:00
dtookey
ee6e5bd0a6
i'm an idiot
2020-10-02 15:10:03 -04:00
dtookey
bd675bdd32
updated script search logic
2020-10-02 14:58:49 -04:00
dtookey
1f86269bbb
updated documentation for command_test.py
2020-10-02 14:47:04 -04:00
dtookey
c6eb28d466
Merge remote-tracking branch 'origin/command-loader' into command-loader
2020-10-02 14:36:12 -04:00
dtookey
143691c186
removed class imports from command scripts
2020-10-02 14:36:07 -04:00
dtookey
98d8e96922
removed class imports from command scripts
2020-10-02 14:35:55 -04:00
dtookey
948877f0ee
there are two lines in the test command. I botched one of them...
2020-10-02 13:51:43 -04:00
dtookey
1993593150
Merge remote-tracking branch 'origin/command-loader' into command-loader
...
# Conflicts:
# twitch_script.py
2020-10-02 13:49:48 -04:00
dtookey
7c870caa92
implemented a few doodads on the AbstractCommand class to make integration easier.
...
Modified do_command to receive the Twitch_Module class from twitch_script.py and the twitch.chat.Message from the bot
implemented the loader in the bot
2020-10-02 13:49:39 -04:00
dtookey
354a6da9ae
implemented a few doodads on the AbstractCommand class to make integration easier.
...
Modified do_command to receive the Twitch_Module class from twitch_script.py and the twitch.chat.Message from the bot
implemented the loader in the bot
2020-10-02 13:40:04 -04:00
dtookey
9038d244f2
cleaned up defunct bits of pyc implementation
2020-10-02 12:38:10 -04:00
dtookey
0e53eedfba
implemented class loader for concrete instances of commands
2020-10-02 12:31:20 -04:00
Alex Orid
202b25ec26
Fixed Inconsistent Parts
2020-10-02 03:41:35 -04:00
Alex Orid
16e06f59fb
Message Detection
2020-10-02 03:35:49 -04: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
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
dtookey
70cbb2ca9a
Merge remote-tracking branch 'origin/master'
2020-09-23 15:30:30 -04:00
dtookey
2ad08c3c0d
Merge branch 'credentials-class-idea'
2020-09-23 15:30:07 -04:00
Alex Orid
e058acd697
Merge branch 'credentials-class-idea'
2020-09-23 15:20:58 -04:00
Alex Orid
8b90dc4ac7
Fixed gitignore
2020-09-23 15:13:24 -04:00
ccaee336dd
Merge pull request 'Added DB Module to the Twitch Module' ( #4 ) from DB-Credentials-Integration into credentials-class-idea
...
Reviewed-on: #4
2020-09-23 19:03:48 +00: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
Alex Orid
ff4c21a747
Updated Readme
2020-09-23 03:03:18 -04:00
99b303958a
Merge pull request 'Implementation of credentials in the twitch script' ( #3 ) from credentials-class-for-twitch-script into credentials-class-idea
...
Reviewed-on: #3
2020-09-23 06:51:47 +00:00
Alex Orid
dd4b42803b
Added seasoning onto main()
...
Added some extra spice to main() for later usage.
2020-09-23 02:45:24 -04:00
Alex Orid
928ec6e935
Cleaning up code
...
Renamed the Twitch Script
Got rid of unneeded files.
2020-09-23 02:35:00 -04:00
2dab24bb48
updated to reflect current branches
2020-09-23 05:50:25 +00:00
Alex Orid
85909ecad9
Twitch Script Credentials Integration
...
Updated the template for database credentials.
Added the credentials module to the twitch script.
Modified the main.py to join my channel if it detects a specific credential.
2020-09-23 01:48:03 -04:00
Alex Orid
d773d8b8da
Modified load_credentials()
...
Made the load_credentials function add credentials to the credential lists.
2020-09-22 18:26:04 -04:00
Alex Orid
7d0520b0b0
Added the DB Credential Template
2020-09-22 18:20:56 -04:00
97166feaf0
Merge pull request 'implemented quick and easy way for storing credentials in json files. Most of the stuff in here is template ideas, season them to taste for yourself' ( #2 ) from class_credentials_loader into credentials-class-idea
...
Reviewed-on: #2
Awesome, thanks.
2020-09-22 22:04:14 +00:00
dtookey
c2113116cd
implemented quick and easy way for storing credentials in json files. Most of the stuff in here is template ideas, season them to taste for yourself
...
added .idea to .gitignore
2020-09-22 01:38:35 -04:00
Alex Orid
9f449a916c
Credentials Class Idea
2020-09-21 23:31:36 -04:00