fitzy1293/redditsfinder ↗
Created Dec 27, 2020 · View the fitzy1293/redditsfinder repository page
Archive a reddit user's post history. Formatted overview of a profile, JSON containing every post, and picture downloads. Uses the pushshift API.
Want this for your repo?
Render a free sample of any GitHub repo in seconds.
Contributors
2
Lines of Code
618
From
Jul 23, 2020
To
Dec 22, 2020
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.