Here is my Python script for sending push notifications on buy/sell events.
Instructions:
- Create a Pushover account (
https://pushover.net).
- Add an app called "Gunbot" to your Pushover account.
- Install Pushover app to your iOS or Android device.
- Edit the script to use a suitable hostname where gunbot is running, and insert your own Pushover User and App keys where it says REPLACE_ME.
- Install latest Python 3.
- Run "pip3 install requests".
- Run "pip3 install websocket-client".
- Run "python3 gunbot-websocket-listener.py".
You should receive a push notification straight away when the script successfully connects to gunbot. If not then check your Pushover User/App keys are correct.
Enjoy
This was just a quick-n-dirty script, if there is enough interest I might make a proper app out of it with a UI.