Skip to content

lannparty/apewatch

Repository files navigation

apewatch

Stream Reddit posts and comments containing stock tickers to Elasticsearch/Kibana for anomaly detection and alert to discord webhook.

Find Investing Subreddits

python3 no_brakes/subreddits.py

Stream submissions

python3 no_brakes/submissions.py

Stream comments

python3 no_brakes/comments.py

Generate client id and secret

https://www.reddit.com/prefs/apps

Put config.py in no_brakes

CLIENT_ID = ""
CLIENT_SECRET = ""
USERNAME = ""
PASSWORD = ""

PROD

docker-compose -f docker-compose.yaml -f docker-compose-prod.yaml build
docker-compose -f docker-compose.yaml -f docker-compose-prod.yaml down
docker-compose -f docker-compose.yaml -f docker-compose-prod.yaml up -d

MicrosoftTeams-image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published