Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 622 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 622 Bytes

bittrex-email-notify

Short and simple script to notify you via email whenever one of your open orders on Bittrex completes (or gets cancelled).

Usage

Create a secret.py file in the same folder and declare the following variables:

BITTREX_KEY = 'bittrex api key here'
BITTREX_SECRET = 'bittrex secret key here'

EMAIL_HOST = 'mail.gmx.net'
EMAIL_USER = 'MyUsername'
EMAIL_PASS = 'MyPass'

EMAIL_FROM = 'myemail@gmx.de'
EMAIL_TO = 'myinform@gmx.de'

Run the script with python notifications.py.

Docker

I offer a docker file for the raspberry pi. Change it if you want to run it on another system