Gunthy

GUNBOT: The automatic profit generator => General Discussion => Topic started by: neomars on November 27, 2017, 12:47:44 PM

Title: Automatic email when buy
Post by: neomars on November 27, 2017, 12:47:44 PM
Hi,
how to send an recieve an automatic email when gunbot buy btc or altcoins ?
thx for responses...
Title: Re: Automatic email when buy
Post by: cryptosticks on November 27, 2017, 01:42:10 PM
Hi.

I don't know of any email notifications.  But I know of a few options for a TELEGRAM app notification.  I also remember reading someone having a TWITTER feed integration.

https://gunthy.org/forum/index.php?topic=946.0  <-- free python script to Telegram notification

I also purchased a CryptoSight Telegram bot license.  Its nice but fairly expensive.
Title: Re: Automatic email when buy
Post by: gambcl on November 28, 2017, 01:28:29 PM
I knocked together a python script that listens to the websocket interface and send a push notification (via my Pushover account) to my iPhone when a buy/sell happens.

Seems to work well, and it lets me know when it disconnects so I can tell if my gunbot has died.

https://gunthy.org/forum/index.php/topic,2217.0.html (https://gunthy.org/forum/index.php/topic,2217.0.html)

I might rewrite it into an electron/node app with a UI for configuring the notifications.