Skip to main content

Archive a reddit user's post history. Formatted overview of a profile, JSON containing every post, and picture downloads.

Project description

redditsfinder

pip3 install redditsfinder
A command line program to easily download reddit users' post histories.
Get any reddit user's entire post history with one command while avoiding the reddit API's 1000 post limit.
The main meat of this program is making the requests to pushshift and manipulating pushshift's JSON for a more readable all_posts.json file.
There is also a handly image downloader I made that avoids a lot of the problems of trying to grab multiple images from different sites at once. Things like file types being not what the file is encoded as, and changed URLs. Or a URL that ends with .png that returns ASCII text. It gets imgur albums along with images, because at least for a while imgur was essentially reddit's non-official image hosting service.

The colored terminal features and markup are from https://github.com/willmcgugan/rich
pip3 install rich which is one the coolest python packages I've seen. It's very easy to pick up, but as is shown with the animated example in its README, still has a lot of depth.

https://github.com/LoLei/redditcleaner pip3 install redditcleaner was also a massive help for dealing with reddit's strange markup.
Comments and self-posts can be unreadable when put in another format like JSON if they have a fair amount of formatting.
To deal with it, I gave up and looked online for an alternative. Luckily there was a good one readily available. \

Installation

pip3 install redditsfinder

Running redditsfinder

Arguments
Takes an arbitrary number of usernames, such that there is at least one username.
redditsfinder [options] username_0 username_1 username_2 ...
redditsfinder username returns every post to a JSON file and formats a table in the terminal for a quick view.
Optional args
-pics returns URLs of image uploads.
-pics -d downloads them.
-q turns off non log related print statements.

Example terminal table

Imgur Image

Example use of -pics -d

Imgur Image

Example JSON object

Imgur Image

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Redditsfinder-1.1.7.tar.gz (9.0 kB view hashes)

Uploaded Source

Built Distribution

Redditsfinder-1.1.7-py3-none-any.whl (11.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page