https://github.com/mario-so/reddit_img_downloader
The easiest way to download images from any subreddit.
https://github.com/mario-so/reddit_img_downloader
Last synced: 2 months ago
JSON representation
The easiest way to download images from any subreddit.
- Host: GitHub
- URL: https://github.com/mario-so/reddit_img_downloader
- Owner: Mario-SO
- Created: 2019-09-13T19:20:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-14T10:12:17.000Z (over 5 years ago)
- Last Synced: 2025-02-06T12:19:52.477Z (4 months ago)
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reddit Img Downloader
Download images from your favourite subreddits with ease
## Getting Started
```
git clone https://github.com/Mario-SO/Reddit_Img_Downloader.git
```
```
cd Reddit_Img_Downloader
```
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.### Prerequisites
You will only need the yaml and praw libraries
```
pip install pyyaml && pip install praw
```### Running
I have prepared a simple initial setup that will guide you through the data the bot needs to work properly.
Go to the configuration folder```
cd configuration
```
Then run the initial_setup.py script and fill the data it requires```
python initial_setup.py
```
Once finished, go to de root directory of the project and run the bot```
python bot.py
```### How to improve it
[] Save images in an specific folder for better organization
[] Parse multiple subreddits at the same time
[] Reorganize the code (I find it a bit messy)
## Authors
* **Mario-SO** - *Initial work* - [Mario-SO](https://github.com/Mario-SO)
See also the list of [contributors](https://github.com/Mario-SO/Reddit_Img_Downloader/graphs/contributors) who participated in this project.