Skip to main content

Lints Python code blocks in Markdown files using flake8

Project description

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 and a sample run

With git (easiest method)

pip3 install redditcleaner rich
git clone https://github.com/Fitzy1293/redditsfinder.git
cd redditsfinder

Now test if it works.

python3 redditsfinder.py 'yourUsername'

That's all there is to setup.

Running redditsfinder

Imgur Image

In the directory where you installed redditsfinder.py
python3 redditsfinder.py [options] redditUsername

If you made it executable
./redditsfinder.py [options] redditUsername

Arguments
redditsfinder.py redditUsername returns every user post.
-pics returns URLs of user's image uploads.
-pics -d downloads them.

Example JSON object

Imgur Image

Example use of -pics -d

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-0.1.5.tar.gz (8.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

Redditsfinder-0.1.5-py3-none-any.whl (10.9 kB view details)

Uploaded Python 3

File details

Details for the file Redditsfinder-0.1.5.tar.gz.

File metadata

  • Download URL: Redditsfinder-0.1.5.tar.gz
  • Upload date:
  • Size: 8.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.0.10 CPython/3.8.2 Linux/5.4.0-47-generic

File hashes

Hashes for Redditsfinder-0.1.5.tar.gz
Algorithm Hash digest
SHA256 a47ef5cd8e68f41f48924e1f838d87a3a156028d20b9391fa376e4774fa61963
MD5 453c8e0c304565033ad30cba2c47df71
BLAKE2b-256 edaa7638262dd4404dd62cf84043301736ea8de0befe20a722fe4741fef28ba5

See more details on using hashes here.

File details

Details for the file Redditsfinder-0.1.5-py3-none-any.whl.

File metadata

  • Download URL: Redditsfinder-0.1.5-py3-none-any.whl
  • Upload date:
  • Size: 10.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.0.10 CPython/3.8.2 Linux/5.4.0-47-generic

File hashes

Hashes for Redditsfinder-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 ba5b6e004ef420618eeb70af6879e2c4cd8f95b1864fcce51e1db57ff7bf7789
MD5 00f5cf905c3a5869c33475e813bf15f1
BLAKE2b-256 8637eaed4d2e75421265325466e13ae1fcccbb8ba1d55f7a9faa92e0a90df061

See more details on using hashes here.

Supported by

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