Skip to content

URS v3.3.2

Compare
Choose a tag to compare
@JosephLai241 JosephLai241 released this 22 Jul 20:30
· 81 commits to master since this release
9f8cf3a

Summary

This release fixes an open issue.

PRAW v7.3.0 changed the Redditor object's subreddit attribute. This change breaks the Redditor scraper. It would be nice if all the tools worked as advertised.

Full Changelog

Added

  • Source code
    • In Redditor.py:
      • Added a new method GetInteractions._get_user_subreddit() - extracts subreddit data from the UserSubreddit object into a dictionary.
  • Tests
    • In test_Redditor.py:
      • Added TestGetUserSubredditMethod().test_get_user_subreddit() to test the new method.

Changed

  • Source code
    • In Redditor.py:
      • GetInteractions._get_user_info() calls the new GetInteractions._get_user_subreddit() method to set the Redditor's subreddit data within the main Redditor information dictionary.
    • In Version.py:
      • Incremented version number.
  • README
    • Incremented PRAW badge version number.