Skip to content

Python3 script to notify on new Poloniex trades

Notifications You must be signed in to change notification settings

hraftery/polo-notify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Python3 script to notify on new Poloniex trades

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%