1
0
Fork 0
mirror of synced 2024-06-18 18:44:33 +12:00
Commit graph

33 commits

Author SHA1 Message Date
phxntxm 58eb623a1a Stopped trying to pull from a one indexed list, as we no longer use that in key'd tables 2017-03-08 00:43:40 -06:00
phxntxm 69a92431d8 Removed not required string conversions 2017-03-08 00:27:03 -06:00
phxntxm 67d8fedef8 Updated for rewrite: Batch 6 2017-03-07 22:28:30 -06:00
phxntxm d9c654f73d Check if the returned content is none first 2017-03-07 17:32:33 -06:00
phxntxm a05b768274 Updated for rewrite: Batch 2 2017-03-07 16:35:30 -06:00
Phxntxm 23e69a01c6 Update to work with the rewrite: Batch 1 2017-03-05 20:45:44 -06:00
Phxntxm 51fb8fb4cc Catch when DA doesn't return any results for an artist 2017-02-27 17:25:33 -06:00
Phxntxm 540ecf86fb Added a check to ensure the data is not None. This shouldn't happen that often yet it seems to do so, why is your API so shitty DA? 2017-02-12 16:09:41 -06:00
Phxntxm 36fe2e865c stopped logging full responses for da 2017-01-23 16:34:04 -06:00
Phxntxm 241889b382 Corrected a couple errors with twitch/picarto/da 2017-01-21 17:22:52 -06:00
Phxntxm 74c24c28d7 Updated da cog to use the utility request method 2017-01-21 15:48:41 -06:00
phxntxm bf692e4c74 Pep8 changes 2016-11-29 02:05:22 -06:00
Phxntxm 354a482160 Added examples and results for all commands 2016-11-28 22:55:55 -06:00
Phxntxm 44d4f66ef5 Changed up the logging to make sure errors are recorded, along with information needed 2016-11-12 22:06:02 -06:00
Phxntxm 6e5a1f6d45 Added the log so that it can be used 2016-11-12 21:49:36 -06:00
Phxntxm ca3dca00d9 Added the log so that it can be used 2016-11-12 21:49:02 -06:00
Phxntxm 4c1d29efba Logged response from DA, as it appears the second go around it errors out 2016-11-12 18:38:34 -06:00
Phxntxm 3bd12851b8 Logging possible exceptions 2016-11-12 18:10:36 -06:00
Phxntxm b28d6ff4b8 Added a default user agent to use, modifiable from the config file 2016-10-28 19:33:55 -05:00
phxntxm e529bb8804 Corrected all issues with the da RSS feed 2016-10-08 02:45:24 -05:00
Phxntxm b321ec5f6e Corrected syntax error 2016-10-07 21:45:06 -05:00
Phxntxm 90b93b6010 Added an extra check, in case user is subscribed to no one 2016-10-07 21:03:00 -05:00
Phxntxm 44d25dc140 Corrected how to check for a subscription already 2016-10-07 21:01:50 -05:00
Phxntxm 9cdbfda3ee Corrected how to remove a subscription 2016-10-07 20:58:52 -05:00
Phxntxm ca9d3e1f06 Ensured rethinkdb is imported for use 2016-10-07 20:57:05 -05:00
Phxntxm 18c13862ad Corrected when to await for the post task 2016-10-07 20:54:46 -05:00
Phxntxm e90b1630cd Cleaned up the tasks in order to check posts/get the token 2016-10-07 20:40:59 -05:00
Phxntxm 2b60d45dbf Corrected issue where a date and string were being compared 2016-10-07 20:34:05 -05:00
Phxntxm 964565c942 Used asyncio.sleep and create_task, since call_later cannot be used for coroutines 2016-10-07 18:05:39 -05:00
Phxntxm 7a5f26a6ff Added required setup function 2016-10-07 17:56:44 -05:00
Phxntxm fe54231352 Corrected syntax error 2016-10-07 17:51:54 -05:00
Phxntxm 4e69e658b3 Corrected syntax error 2016-10-07 17:51:16 -05:00
Phxntxm 93e386b36c Added a deviantart RSS feed functionality 2016-10-06 22:56:49 -05:00