Skip to content

A Python based Reddit media downloader that deals with images and videos from subreddits of your choice using the Reddit API

License

Notifications You must be signed in to change notification settings

drew-codes-things/RedditDownloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reddit Downloader

Prequisities

  • Requires Python 3.6.x+ (Recommended 3.8.x+)
  • Reddit APP
  • Praw and requests modules

How to use

  1. Input the correct values in App.txt
  2. Open CMD
  3. Point to the dir of the script
  4. Type pip install -r requirements.txt
  5. Run the python file by typing python main.py or py main.py

How to get a Reddit app

  1. Navigate to Reddit apps
  2. Login
  3. Click "Are you a developer? create an app"
  4. Use the script option to create the app
  5. Choose a name and make the redirect url https://reddit.com
  • Your client id is the values under "personal use script"
  • Your client secret is the values after "Secret"
  • Your user agent will just be "Script for [Your User}"

Issues

Contact me via support@starlover.online in a case of any issues with an image and explanation

Note: It is capped at 100 downloads per minute to comply with reddit API rules.

About

A Python based Reddit media downloader that deals with images and videos from subreddits of your choice using the Reddit API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages