Skip to content

lukedemi/gdax-notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GDAX Notifier

This app polls GDAX and hits a webhook whenever an order has been filled. I currently use IFTTT Maker to send iOS push notifications.

Notification Screenshot

Create Maker Webhook

Create an IFTTT account and set up a new maker webhook https://ifttt.com/maker_webhooks and set it up to point at something (like app notifications):

IFTTT Screenshot

Set the notification equal to:

GDAX {{Value1}} {{Value2}}: {{Value3}}

Build

docker build -t gdax-notifier .

Run

Create a .env file with:

# required
GDAX_API_KEY=
GDAX_API_SECRET=
GDAX_API_PASS=
MAKER_EVENT=
MAKER_KEY=
# background
docker run -it -d --restart always --name gdax-notifier --env-file .env gdax-notifier

# foreground
docker run -it --rm --name gdax-notifier --env-file .env gdax-notifier

About

send notifications when GDAX orders are filled

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages