maxjacu / reddit_monitor

Notifies user about new post in subreddit matching condition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reddit_monitor

Docker

Build

sh build.sh

Run

Create a .env_list file

CLIENT_ID=...
CLIENT_SECRET=...
USER_AGENT=...
SUBREDDIT_NAME=...
RATELIMIT_SECONDS=30
ALERTZY_KEY=...

Execute

docker run  --env-file .env_list maxjacu/reddit_monitor

Python

Create a .env file

export CLIENT_ID=...
export CLIENT_SECRET=...
export USER_AGENT=...
export SUBREDDIT_NAME=...
export RATELIMIT_SECONDS=30
export ALERTZY_KEY=...

Execute

python src/main.py 

About

Notifies user about new post in subreddit matching condition


Languages

Language:Python 97.3%Language:Shell 2.7%