Pmaw Versions Save

A multithread Pushshift.io API Wrapper for reddit.com comment and submission searches.

v3.0.0

1 year ago

Summary of Changes

  • changed before and after to until and since
  • removed metadata=true as this is now always enabled
  • set order='desc' as this replaces sort
  • set sort='created_utc' so that slicing still works as expected
  • Read more on COLO switchover
  • refactored metadata usage
  • 🎅🎅🎅🎅🎅🎅🎅🎅🎅🎅🎅🎅🎅🎅

v2.1.3

2 years ago

Improvements

  • Removed logging configuration to prevent unexpected results for users
  • Classes no longer inherit from object

v2.1.2

2 years ago

Bug fix

  • fix scenario where a result is reported but cannot be returned by Pushshift

v2.1.1

2 years ago

Bug fixes

  • fix index error bug

v2.1.0

2 years ago

New Features / Improvements

  • Updated logging and set default log level to INFO
  • Added load_cache static method to Response to load cached responses using cache key

Bug fixes

  • fixed issue with no logs when loading cache

v2.0.0

2 years ago

New Features / Improvements

  • Added support for enriching result metadata using PRAW
  • Increased exception handling specificity
  • Added filter_fn for custom filtering

Bug fixes

  • Reduced max_ids_per_request to 500

v1.1.0

2 years ago

New Features / Improvements

  • Added gzip for cached pickle files
  • Exception handling is now slightly more specific
  • Updated many print statements to output via logging

Bug fixes

  • Fixed issue with safe_exit not saving info

v1.0.5

3 years ago

Bug fixes

  • Moved remaining limit logging to DEBUG from INFO
  • Fixed generator incorrect length after being partially iterated through
  • Reduced the number of debug logs
  • Fixed duplicate responses being returned if the number of responses for a provided window is less than expected

v1.0.4

3 years ago

Bug fixes

  • None type comparison bug fixed
  • changed how limit was being updated for submission comment ids

v1.0.3

3 years ago

Bugfixes

  • fixed early cache bug
  • fixed limit being retrieved from next search window when resuming from safe exit