Metadata-Version: 2.1
Name: reddit-wall
Version: 0.0.2
Summary: Download wallpapers from subreddits and multireddits of your choosing.
Home-page: https://github.com/LeftySolara/reddit-wall
Author: Jalen Adams
Author-email: jalen@jalenkadams.me
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.5
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Environment :: Console
Classifier: Natural Language :: English
Description-Content-Type: text/markdown

## Wallpaper Downloader for Reddit

This program downloads wallpapers from subreddits and multireddits of your choosing.

### Configuration

The configuration file is located at `~/.config/reddit-wall.conf`.

Since this relies on [PRAW](https://praw.readthedocs.io/en/latest/index.html), you'll need to get an API key, secret, and user agent. The instructions on how to do that can be found [here](https://github.com/reddit-archive/reddit/wiki/OAuth2-Quick-Start-Example#first-steps). Once you have this info, the program should pick up your PRAW config from your [praw.ini](https://praw.readthedocs.io/en/latest/getting_started/configuration/prawini.html#praw-ini) file automatically.

