Skip to content

Python script using praw to download images and gifs from any subreddit.

License

Notifications You must be signed in to change notification settings

p1yu5h/SubredditScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SubredditScraper

Python script using praw to download images and gifs (as mp4) from any subreddit.

Get started

  1. Create a reddit app here.
  2. Add config.py with following contents to project root directory.
client_id='my client id'
client_secret='my client secret'
user_agent='my user agent'
username='my username'
password='my password'
  1. Run: pip3 install praw

Usage

python3 scraper.py

Example: To download images from 'wallpapers' subreddit. Dowloaded files are in tmp/

About

Python script using praw to download images and gifs from any subreddit.

Resources

License

Stars

Watchers

Forks

Languages