Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 775 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 775 Bytes

apollo-notifications

A simple python script that polls your reddit inbox for new comments/messages and then sends notifications via Pushover with the urls formatted for Apollo.

When opening these notifications the links will automatically redirect to the Apollo app.

install dependencies

pip3 install -r requirements.txt

setup

  1. create a "personal use script" app here: https://old.reddit.com/prefs/apps/

note the client id/secret

  1. buy the awesome pushover app for iOS and make an account here: https://pushover.net

  2. create an application for apollo on https://pushover.net and give it a cool Apollo icon

note your pushover account user id and the key for the app you created there

  1. edit the code and change the parameters as per comments