10-28-2017, 02:32 PM
Hi.
I've got no clue if anyone else has already implemented pushbullet notifications. I spent a few minutes today resurrecting similar functionality as a prototype for myself. It's nothing fancy but can be easily extended. Bot must be running for notifications to be sent.
Currently only supports notification for
- level changes (prototype will not filter out level sync changes)
- duty changes (queue or dequeue as well as zone changes during duty)
Installation
Unzip attached zip file into LuaMods directory.
You MUST edit Push.lua and insert your personal PushBullet Access Token from https://www.pushbullet.com/#settings
Start or reload FFXIVMinion. Bot must be running.
Check console to see if it loaded ("[Push"]).
Level up, level sync or queue for duty to see if it sends notifications
Curl
It relies on curl statically-linked binary from https://winampplugins.co.uk/curl/ to send messages. A "current" version of the binary is included in zip. (https://curl.haxx.se/docs/copyright.html)
I've got no clue if anyone else has already implemented pushbullet notifications. I spent a few minutes today resurrecting similar functionality as a prototype for myself. It's nothing fancy but can be easily extended. Bot must be running for notifications to be sent.
Currently only supports notification for
- level changes (prototype will not filter out level sync changes)
- duty changes (queue or dequeue as well as zone changes during duty)
Installation
Unzip attached zip file into LuaMods directory.
You MUST edit Push.lua and insert your personal PushBullet Access Token from https://www.pushbullet.com/#settings
Start or reload FFXIVMinion. Bot must be running.
Check console to see if it loaded ("[Push"]).
Level up, level sync or queue for duty to see if it sends notifications
Curl
It relies on curl statically-linked binary from https://winampplugins.co.uk/curl/ to send messages. A "current" version of the binary is included in zip. (https://curl.haxx.se/docs/copyright.html)