Skip to content

Latest commit

 

History

36 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

Stars

2 stars

Watchers

0 watching

Forks

Contributors

Languages