New
URS v3.3.2
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()- extractssubredditdata from theUserSubredditobject into a dictionary.
- Added a new method
- In
- Tests
- In
test_Redditor.py:- Added
TestGetUserSubredditMethod().test_get_user_subreddit()to test the new method.
- Added
- In
Changed
- Source code
- In
Redditor.py:GetInteractions._get_user_info()calls the newGetInteractions._get_user_subreddit()method to set the Redditor'ssubredditdata within the main Redditor information dictionary.
- In
Version.py:- Incremented version number.
- In
README- Incremented PRAW badge version number.