jcsongor / reddit_images

Simple reddit bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Image downloader

Bot that downloads images from top reddit posts

Example usage:

Fetch 5 pictures from /r/FractalPorn and /r/ExposurePorn from hot posts and dowload it to ~/backgrounds

    $ python3 image_downloader.py --subreddits=FractalPorn,ExposurePorn --count=5 --to=/usr/share/images/desktop-base --botname=backgrounddownloader --orientation=landscape

About

Simple reddit bot

License:GNU General Public License v3.0


Languages

Language:Python 97.3%Language:Makefile 2.7%