Skip to content
This repository has been archived by the owner on Jun 5, 2022. It is now read-only.

calebglawson/ruidl

Repository files navigation

PROJECT ARCHIVED

Just use BDFR.

ruidl

Reddit Media Downloader

  1. Obtain a client ID and secret from Reddit by creating a script type app.
  2. Create a config.json containing the client_id and client_secret. username and password are optional and are only needed if you are not receiving the results you expect.
{
    "client_id": "******************",
    "client_secret": "**************",
    "username": "***********optional",
    "password": "***********optional",
    "download_dir": "*******optional",
    "file_size_threshold": "optional",
}
  1. Download media from a user.
python main.py redditor ImAnExampleUser --limit 50

Download media from a subreddit.

python main.py subreddit imanexamplesubreddit --search "some search terms" --limit 50

About

Reddit Media Downloader

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published