github.com/fitzy1293/redditsfinder ↗
Archive a reddit user's post history. Formatted overview of a profile, JSON containing every post, and picture downloads. Uses the pushshift API.
Open this visualization on its own page →
Contributors
2
Lines of Code
618
From
2020-07-23
To
2020-12-22
About fitzy1293/redditsfinder
Redditsfinder is a Python tool that archives and analyzes Reddit user post history. It retrieves comprehensive data about a user's profile and all their posts using the Pushshift API, making it useful for researchers, data analysts, or anyone interested in documenting Reddit activity.
The program generates several output formats: a formatted text overview of the user's profile, a complete JSON file containing metadata for every post, and automatic downloads of all images the user has posted. Users can run it from the command line with simple syntax, such as passing a username with a flag like `-pd` to download posts and associated images.
The tool appears to be actively maintained and distributed via pip for easy installation, suggesting it's intended for a general technical audience familiar with command-line interfaces and Python-based tools.