Skip to content

december-soul/bittrex-email-notify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

send an email if an order was sold or canceld

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages