SkillAgentSearch skills...

Scraperr

Reddit image scraper made in Python

Install / Use

/learn @NotYourGuy/Scraperr
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

scraperr

GitHub

Subreddit image scraper made in Python

🏠 Homepage

Pre-requisites

gallery-dl is required to be installed locally and present on the user's system at runtime.

PRAW is also required for this script to run. To install it:

$ pip3 install praw

or alternatively, use pipenv.

Also, inside the praw.ini file you need to modify the access lines (as described here).

You may also add other accounts by keeping the same structure and changing the line in the scraperr.py file that matches the name of the code block (eg. reddit = praw.Reddit("scraperr"))

[scraperr]
; this is your 14 character personal use script
client_id= 
; this is your 27 character secret
client_secret= 
; this is the name you gave your application
user_agent= 
; this is username for the reddit account the app was created with
username=  
; password for the account
password=

Usage

$ python3 scrapper.py -h

usage: scrapper.py [-h] [-l LIMIT] [-p PERIOD] [-d DIRECTORY] subreddit

positional arguments:
  subreddit             The subreddit from which you wish to download the
                        pictures

optional arguments:
  -h, --help            show this help message and exit
  -l LIMIT, --limit LIMIT
                        Limit the number of posts to download (default: 10)
  -p PERIOD, --period PERIOD
                        The period from when to download the pictures
                        (default: day) -- options: day, month, year, all
  -d DIRECTORY, --directory DIRECTORY
                        The directory for the pictures to be downloaded into
                        (default: reddit-wallpapers/)

Author

👤 Lucian Vasile

🤝 Contributing

Contributions, issues and feature requests are welcome!<br />Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

<a href="https://www.patreon.com/NotYourGuy"> <img src="https://c5.patreon.com/external/logo/become_a_patron_button@2x.png" width="160"> </a>

📝 License

Copyright © 2021 Lucian Vasile.<br /> This project is GNU General Public License v3.0 licensed.

View on GitHub
GitHub Stars47
CategoryDevelopment
Updated1mo ago
Forks5

Languages

Python

Security Score

95/100

Audited on Feb 8, 2026

No findings