Skip to content

trstringer/redditwatcher

Repository files navigation

RedditWatcher

Listens to a stream of reddit submissions

screenshot

Installation

  1. git clone https://github.com/tstringer/redditwatcher.git
  2. cd redditwatcher
  3. ./install

💡 You must register a reddit app and then define REDDITWATCHER_CLIENTID and REDDITWATCHER_CLIENTSECRET environment variables to their appropriate values

Installation (Docker)

Ensure that you are running the Docker daemon, and run . ./install_docker.sh.

Define the following environment variables (i.e. place them in your ~/.bashrc):

  • REDDITWATCHER_CLIENTID
  • REDDITWATCHER_CLIENTSECRET

*Note: these credentials are retrieved from the app registration from the Installation step

Usage

RedditWatcher takes a list of unnamed arguments that are the subreddits you want to stream

redditwatcher python javascript learnpython

Releases

No releases published

Packages

No packages published