Python3 Script to check Poloniex for trades and either send an email via Sendgrid or send a notification via Pushed.
python-poloniex
To install manually:pip3 install https://github.com/s4w3d0ff/python-poloniex/archive/v0.4.4.zip
sendgrid
Only for email notification method
Change the following values in the configuration section of the script:
- Poloniex API and Secret
- Set balance reporting to true to get currency balances with the notifications
- Update period in seconds
- Notification method 'email' or 'pushed'
- For email:
- Sendgrid API
- Email address for from and to
- For Pushed notification:
- Pushed app_key and app_secret
Use the script directly with python3 polo-notify.py
docker build -t polo-notify .
docker run -it polo-notify