47 Commits
Author SHA1 Message Date
Mike Clark 84ecd340cf Warn about which non 200 code
Warn about non-200 codes. For example, I was getting a 414: Url too long which including too many comment ids.
2019-07-11 23:12:12 +00:00
David Marx 5702abdd1a added skeleton Makefile 2018-09-07 18:23:56 -07:00
David Marx d21c3e72d1 Added demo for redditor_subreddit_activity, incremented version. 2018-08-13 21:33:43 -07:00
David Marx 9de960d0cc Bug fix for issue #30 2018-08-13 21:14:40 -07:00
David Marx f8edf54689 Added redditor_subreddit_activity convenience method 2018-08-06 04:00:33 -07:00
David Marx aa17136f5f Updated changelog 2018-08-06 03:11:36 -07:00
David Marx bdbb90c6a4 Fixed _impose_rate_limit behavior to apply backoff to the met request (asking what the ratelimit is) issued in __init__. 2018-08-06 03:07:04 -07:00
David Marx bb44aaca84 Incremented version 2018-08-06 02:21:41 -07:00
David Marx e07418c519 Updated aggs demo 2018-08-06 02:20:38 -07:00
David Marx 00b87750c9 GOddamnit atom... 2018-08-06 02:10:46 -07:00
David Marx a9594ccc21 url formatting 2018-08-06 02:09:39 -07:00
David Marx 529769ef67 Abstracted out dataset from search api. Should probably rename the PushshiftAPI class as RedditApi or somesuch. 2018-08-06 02:00:55 -07:00
David Marx 891af80a31 Ensured sort is always explicit to fix some new unusual behavior. 2018-08-06 01:47:16 -07:00
David Marx 4e7731f3a4 Added aggs support to _search 2018-08-06 01:16:01 -07:00
David Marx a110db8a37 Updated changelog and incremented version 2018-08-06 00:03:46 -07:00
David Marx e03ad157aa Added new documentation url to readme 2018-08-05 23:56:43 -07:00
David Marx d14dc41897 Merge pull request #25 from robhawkins/master
fix for paging
2018-08-05 23:39:36 -07:00
robhawkins db258dad2f fix for paging 2018-07-25 17:50:15 +08:00
David Marx ece73023f9 Merge pull request #24 from robhawkins/master
changed `_thing_prefix['Link']='t3_'` to `_thing_prefix['Submission']…
2018-07-24 17:30:40 -07:00
robhawkins 9a8997c325 changed _thing_prefix['Link']='t3_' to _thing_prefix['Submission']='t3_', 2018-07-23 22:16:58 +08:00
David Marx 6e45d87b41 Updates to README, version increment to 0.0.4 2018-05-18 01:33:52 -07:00
David Marx 36dba7cc76 Merging dev for v0.0.3 release 2018-05-18 01:04:53 -07:00
David Marx 51d7876f92 Added change log 2018-05-18 01:03:51 -07:00
David Marx c012add067 Removed debugging code 2018-05-18 00:46:07 -07:00
David Marx 194ea95829 using submission/comment_ids under the hood in _praw_search when submission_id provided. Need to clean up debugging print statements 2018-05-18 00:43:16 -07:00
David Marx 9bbec1d700 Added support for /reddit/submission/comment_ids/ endpoint 2018-05-18 00:11:02 -07:00
David Marx 80651b11af Moved praw functionality into PushshiftAPI class 2018-05-17 23:43:34 -07:00
David Marx ded03e5122 Added support for getting ids from pushshift and pulling things from praw 2018-05-17 23:37:08 -07:00
David Marx b550f20e97 Fixed some bugs introduced in last commit, added batch_return, started work on praw utility class 2018-05-17 23:05:40 -07:00
David Marx 1b10c11801 Added get_submission_comment_ids, big refactor to accomodate 2018-05-16 00:40:11 -07:00
David Marx aee59d147c Improved rate limit handling 2018-05-13 14:57:07 -07:00
David Marx 7fe017d18e Version increment 2018-05-12 21:15:54 -07:00
David Marx 7d4bdef095 Fixed bug in demo 2018-05-12 20:40:33 -07:00
David Marx 45405353f6 Fixed bugs in _add_nec_args. Created_utc repetition (#16) and incorrect string -> list encapsulation 2018-05-12 20:34:12 -07:00
David Marx 5f69b524a1 Keeping local tz detection as default. 2018-04-29 11:03:02 -07:00
David Marx 19ba02ed22 Made local utc offset detection optionally 2018-04-29 11:00:18 -07:00
David Marx c48269d7e7 Fixed utc offset bug for issue #8 2018-04-21 13:01:53 -07:00
David Marx bdfaccc51b Fixed heading level 2018-04-14 20:24:53 -07:00
David Marx af2380137b made dt import in demo code explicit 2018-04-14 20:23:09 -07:00
David Marx 3a27c440e2 Updated installation instructions to reflect availability on PyPi. 2018-04-14 20:19:38 -07:00
David Marx e9214a488b added .pypirc to .gitignore 2018-04-14 20:09:59 -07:00
David Marx ab4d93aa5a Fixed stop_condition behavior, added stop_condition demo, cleaned out deprecated code 2018-04-14 20:00:19 -07:00
David Marx 08a70e7a24 Fixed ref to readme in setup.py 2018-04-14 19:37:33 -07:00
David Marx df92547021 Added .gitignore 2018-04-14 19:37:02 -07:00
David Marx 36b6e39374 Added python_requires >=3 to setup.py 2018-04-14 19:31:44 -07:00
David Marx 5760f10178 Added keywords to setup.py 2018-04-14 19:29:57 -07:00
David Marx a27f690df4 root commit 2018-04-14 18:55:03 -07:00