- Updated max_results_per_request from 500 to 1000
- Added some basic logging
- Added metadata fetching.
- Added warn/throw options upon detection that PushShift shards are down (per available metadata).
- Documentation improvements.
- Added (contributed) CLI functionality. Needs README documentation.
- Fixed infinite loop when requesting objects by ID.
- More descriptive warnings on unsuccessful GET requests (status codes).
- Minor documentation fix.
- Add redditor_subreddit_activity convenience method
- Fixed bug that blocked backoff on request issued to determine current rate limit when a new psaw instance is created.
- Fixed bug when using praw to get submission comments and no results returned.
Fixed aggs support. * If an aggs parameter is provided to a search method, it will be returned as the first result. * Subsequent results will be yielded as though there was no aggs parameter. * To the best of my understanding, PushShift only returns 100 results per agg, and there is not
way to page for additional results.
- New parameter documentation added to README.
- Fixed bug with non-default sort.
- Fixed bug with using praw.Reddit instance with submission search.
- Updates to README
- Added praw support. If
praw.Reddit
object provided toPushshiftAPI
, gets ids from pushshift and passes them to praw. - Added support for
/reddit/submission/comment_ids/
endpoint. - Added change log.
- Improved rate limit handling
- Misc bug fixes.
- Dirty support for
reddit/comment/search
andreddit/comment/search
.