1
0
Fork 0
mirror of synced 2024-06-26 18:21:15 +12:00
Commit graph

130 commits

Author SHA1 Message Date
phxntxm 7e350a8202 Corrected issue where member id wasn't added to twitch entry 2016-09-28 20:32:35 -05:00
phxntxm 8502c04acd Corrected error where list was being checked, instead of the entry in the list 2016-09-28 18:57:13 -05:00
phxntxm 26f32f9967 Update to saving method, using a much more robust method 2016-09-28 18:39:34 -05:00
phxntxm 17c4437c3c Stopped printing stuff as testing has been completed 2016-09-24 00:54:30 -05:00
Phxntxm f030504b6f Corrected who was searched on twitch lookups. I fixed this before...what happened...? 2016-09-22 20:53:05 -05:00
phxntxm 911eb41459 Added the url to the logging method, based on twitch saying not client id is specified 2016-09-21 14:11:21 -05:00
phxntxm e2001f9aba Adding a logging for twitch as I can't figure out why it's not working still 2016-09-21 14:09:31 -05:00
phxntxm 99fad1d184 Changed client id to be sent as a get variable, as it's not working sending through the headers 2016-09-21 14:03:53 -05:00
phxntxm 2850bdf4ae Implemented newly required client ID 2016-09-20 17:21:48 -05:00
Phxntxm 8bd014a345 Added a check to make sure the server is found, as now that the bot is sharded we may not detect the correct server 2016-09-03 17:18:24 -05:00
phxntxm 6f9acb0d7a Changed up what was returned on invalid searches 2016-08-30 20:48:30 -05:00
phxntxm dbfff6e01d Corrected the logic when nothing is found in the database; changed some exceptions 2016-08-30 19:23:07 -05:00
phxntxm cad6fd4e14 Awaited the new save/get content methods 2016-08-30 19:11:25 -05:00
phxntxm 5b8fc913b8 PEP8 changes 2016-08-30 17:33:46 -05:00
phxntxm 9f4a0400e5 Changed up the settings for checking if a user is on picarto 2016-08-20 00:34:17 -05:00
Phxntxm c4983c10fc Added comments, changed up the server setting so that multiple servers can be notified 2016-08-18 15:55:04 -05:00
Phxntxm 37dbacf3fe Mass update: removed all cases LikeThis and replaced them like_this (This for you Fuyu) 2016-08-14 21:10:12 -05:00
Phxntxm 881ac09ab7 Removed checking for saving returns True, as this is no longer valid 2016-08-13 15:16:52 -05:00
phxntxm 08518e3beb Made updates to add a default dictionary/list if one was not found in the config file 2016-08-09 21:13:53 -05:00
Phxntxm a575baf5e1 Added a second error check in case response is not valid json text 2016-08-06 08:56:02 -05:00
Phxntxm 3a77330eb3 Changed up formatting for code blocks, as sometimes a line would be removed from it 2016-07-31 14:11:05 -05:00
Phxntxm ff5cb2fd52 Added an exception in case we could not connect to twitch at the time 2016-07-31 06:36:00 -05:00
phxntxm 8e050c016e Updates to comply with PEP 8 2016-07-30 19:20:55 -05:00
Phxntxm 70be37b770 Changed the checks on all commands to use the revised custom format 2016-07-30 07:30:28 -05:00
Phxntxm 7a44081ea3 Corrected error when checking if a channel was online 2016-07-29 07:36:27 -05:00
phxntxm 187ee31fc8 Corrected syntax errors 2016-07-28 18:15:02 -05:00
Phxntxm 72b14d315b Tidied up some code 2016-07-28 07:08:44 -05:00
Phxntxm ec191c06fa Changed the required permissions to be send_messages instead of none 2016-07-25 09:25:41 -05:00
Phxntxm 1427bce6b3 Removed capitalCase in method 2016-07-24 10:33:46 -05:00
Phxntxm 5fdde35cbb Corrected syntax error 2016-07-24 09:13:23 -05:00
Phxntxm 01988feef1 Corrected syntax error 2016-07-24 09:10:56 -05:00
Phxntxm 16f36ab933 Replaced urllib with aiohttp 2016-07-24 09:09:12 -05:00
Phxntxm aac901353f Fixed error where bot was not saving when someone goes live, causing her to spam the channel 2016-07-18 14:32:15 -05:00
Phxntxm 5fda5a630b Fixed syntax error 2016-07-18 10:38:07 -05:00
Phxntxm dd0d54954d Modified cogs to print an error if Bonfire could not save any data 2016-07-18 07:06:13 -05:00
phxntxm a9267f106e Git rid of useless references, and updated for pep8 2016-07-17 16:10:12 -05:00
phxntxm 362270510f Fixed syntax error 2016-07-17 16:03:07 -05:00
Phxntxm cdb5372682 Fixed syntax error 2016-07-17 10:59:37 -05:00
Phxntxm 9b134a9b43 Passed context to twitch as it's now needed 2016-07-17 10:48:42 -05:00
Phxntxm 59594a54d9 Changed all references to MySQL saving content, to json content 2016-07-17 10:17:47 -05:00
Phxntxm ae6692867a Added custom permissions accessiblity for all commands 2016-07-16 11:49:14 -05:00
Phxntxm 2e5135dd77 Added custom permissions accessiblity for all commands 2016-07-16 11:48:10 -05:00
Phxntxm e5fd4f00c5 Removed multiple instance of no_pm in paramaters 2016-07-16 06:44:09 -05:00
Phxntxm 63f00b76ec Removed ability to call many commands in pm 2016-07-16 06:42:44 -05:00
phxntxm b61e6aacc7 Moved checkchannels to be a class of Twitch, this should make accessing bot more relaible 2016-07-12 09:44:17 -05:00
phxntxm b35aed381b Testing how pass_context works with subcommands 2016-07-12 09:19:43 -05:00
phxntxm d8ca2de783 Used commands.has_permissions for a couple of my old predicates 2016-07-12 09:17:47 -05:00
Phxntxm e44909a049 Didn't properly loop the background task 2016-07-11 12:33:23 -05:00
Phxntxm c3002d613e Testing error on twitch loop 2016-07-11 12:12:05 -05:00
Phxntxm 03032d03e5 Testing error on twitch loop 2016-07-11 12:07:01 -05:00
Phxntxm 6336244dd4 Testing error on twitch loop 2016-07-11 12:05:38 -05:00
Phxntxm 656990686b Added error handling for bad arguments 2016-07-11 07:40:03 -05:00
phxntxm 6f3f3dbf1b Screw you pep8 2016-07-11 06:01:52 -05:00
phxntxm c44fcfcbbf Removed checks, am checking this in the command now. 2016-07-10 16:57:52 -05:00
Phxntxm 3d61f9afd4 Spelled followers correctly 2016-07-10 13:58:45 -05:00
Phxntxm 95cf41e8cf Corrected variable name 2016-07-10 13:57:46 -05:00
Phxntxm 1d3944a3da Gave a bit more info on the twitch command of a user 2016-07-10 13:56:55 -05:00
Phxntxm 2c07b3c32d Fixed the error for double on/off 2016-07-10 13:39:22 -05:00
Phxntxm 0d00cf1685 Fixed the error for double on/off 2016-07-10 13:36:57 -05:00
Phxntxm c710dc153f Fixed the : 2016-07-10 13:35:27 -05:00
Phxntxm 160e9614ab Setup notifications toggling 2016-07-10 13:35:02 -05:00
Phxntxm 5f7ab2e127 Changed the description of the class to be a bit more concise 2016-07-10 13:10:14 -05:00
Phxntxm 40678f6a65 Added a feature to turn off 'live' when a channel goes offline 2016-07-10 13:06:56 -05:00
Phxntxm 8e99c939dc I don't use client, I use bot. Changed client to bot 2016-07-10 12:37:34 -05:00
Phxntxm 4128faebc6 Loop was moved to the config file, not the bot file 2016-07-10 12:31:53 -05:00
Phxntxm 536d348a68 Saved the actual server, not just the id now 2016-07-10 12:24:10 -05:00
Phxntxm e79a85e646 Added : after method... 2016-07-10 12:16:53 -05:00
Phxntxm bccae0ebd3 Added a notification feature that should send a message if one of the saved twitch channels goes live 2016-07-10 12:15:44 -05:00
Phxntxm ebc6ea4393 Added a method to check if a channel is online 2016-07-10 11:34:27 -05:00
Phxntxm 467fc40797 Lol that's not how MySQL commands work, silly Phantom 2016-07-10 11:00:37 -05:00
Phxntxm 5da878ee29 Corrected the MySQL search around the URL that, by adding quotes 2016-07-10 10:59:30 -05:00
Phxntxm 9355c2af81 Imported urllib for use to check if the twitch user exists 2016-07-10 10:55:26 -05:00
Phxntxm 430aa86e6a Added error handling for if the twitch user does not exist 2016-07-10 10:50:12 -05:00
Phxntxm 2f4a7370a6 Saved the mysql changes 2016-07-10 10:41:48 -05:00
Phxntxm 572d6837ca Referred bot back to self again 2016-07-10 10:40:23 -05:00
Phxntxm d761c4af5a URL should not have been here 2016-07-10 10:36:39 -05:00
Phxntxm 85a51855e4 Attempting to invoke subcommands, without invoking master command 2016-07-10 10:33:54 -05:00
Phxntxm 471a5d1ec6 Referred bot back to self.bot 2016-07-10 10:26:24 -05:00
Phxntxm b237985a75 Added the : after the method name...again 2016-07-10 10:24:55 -05:00
Phxntxm bce0df2441 Added twitch integration 2016-07-10 10:24:20 -05:00