Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 863 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 863 Bytes

polo-notify

Python3 Script to check Poloniex for trades and either send an email via Sendgrid or send a notification via Pushed.

Requirements

  • python-poloniex To install manually: pip3 install https://github.com/s4w3d0ff/python-poloniex/archive/v0.4.4.zip
  • sendgrid Only for email notification method

Configuration

Change the following values in the configuration section of the script:

  1. Poloniex API and Secret
  2. Set balance reporting to true to get currency balances with the notifications
  3. Update period in seconds
  4. Notification method 'email' or 'pushed'
  5. For email:
    1. Sendgrid API
    2. Email address for from and to
  6. For Pushed notification:
    1. Pushed app_key and app_secret

Python

Use the script directly with python3 polo-notify.py

Docker

  1. docker build -t polo-notify .
  2. docker run -it polo-notify