- Joined
- Jan 8, 2019
- Messages
- 56,623
- Solutions
- 2
- Reputation
- 32
- Reaction score
- 100,455
- Points
- 2,313
- Credits
- 32,750
6 Years of Service
76%

This is a universal Reddit scraper that can scrape Subreddits, Redditors, and comments on posts.
Scrape speeds will be determined by the speed of your internet connection.
Changelog v3.3.2
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.
To see this hidden content, you must like this content.