/notifier-for-reddit

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Requirements

  • Python 3.5
  • TkInter (should come with Python)
  • praw (install with pip)
  • reddit credentials (see here)

Reddit credentials must be placed in a file called reddit.keys with the following format:

your_client_id
your_client_secret
your_user_agent

Usage

Download the repo:

$ git clone https://github.com/fcostantini/notifier-for-reddit.git

Then, use a Python interpreter to run main.py. Alternatively, in Windows use run.bat.

Pending: add screenshots/usage