feat(notification): add pushover (#55)

Co-authored-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
Thomas Herrell
2020-09-19 14:55:21 -05:00
committed by GitHub
parent 8aba7ecbdb
commit c85658bf82
7 changed files with 40 additions and 0 deletions
+2
View File
@@ -8,6 +8,8 @@ SLACK_TOKEN="slack-token"
STORES="bestbuy,bandh,nvidia"
PHONE_NUMBER="1234567890"
PHONE_CARRIER="tmobile"
PUSHOVER_TOKEN="123pushover-token456"
PUSHOVER_USER="123pushover-user-key"
OPEN_BROWSER="true"
PLAY_SOUND="false"
SCREENSHOT="true"