Hi all,
Just got my 1st gunbot running, I would really like to get it hooked up to my Pushover account so that it can send me push notifications when it trades. All I need to do is make a simple HTTP POST request to Pushover's REST API.
I see in the wiki it mentions a websocket for 3rd-party plugins, but I cannot find any more documentation about what it provides.
Can anyone tell me if I write a Python script to connect to gunbot's websocket, will it alert the script when trade events happen?
If so, is there any documentation on how to use the websocket to listen for these events?
Cheers,
Charlie