MMOMinion
[Module] Duty Notification - Printable Version

+- MMOMinion (https://www.mmominion.com)
+-- Forum: FFXIVMinion (https://www.mmominion.com/forumdisplay.php?fid=87)
+--- Forum: [DOWNLOADS] Addons, Lua Modules, Navigation Meshes.. (https://www.mmominion.com/forumdisplay.php?fid=90)
+---- Forum: LUA Modules / Addons (https://www.mmominion.com/forumdisplay.php?fid=102)
+---- Thread: [Module] Duty Notification (/showthread.php?tid=14742)

Pages: 1 2 3


RE: [Module] Duty Notification - HusbandoMax - 01-03-2017

(01-03-2017, 12:12 AM)kieranguest94 Wrote:  Sadly doesn't work correctly :( anyone got update fix to this?

I'll have a look at this and see what I can do.


RE: [Module] Duty Notification - kieranguest94 - 01-03-2017

(01-03-2017, 03:51 AM)HusbandoMax Wrote:  
(01-03-2017, 12:12 AM)kieranguest94 Wrote:  Sadly doesn't work correctly :( anyone got update fix to this?

I'll have a look at this and see what I can do.

Thank yoooooou :)


RE: [Module] Duty Notification - Syther - 01-17-2017

Hey!

Really Thank you for this awesome tool. This will make my live much easier on my main :)
And the +REP from ace is well deserved ! That really doesn´t happen very often :D

BR


RE: [Module] Duty Notification - HusbandoMax - 01-17-2017

(01-17-2017, 07:27 AM)Syther Wrote:  Hey!

Really Thank you for this awesome tool. This will make my live much easier on my main :)
And the +REP from ace is well deserved ! That really doesn´t happen very often :D

BR

Pretty sure this doesn't work anymore.


RE: [Module] Duty Notification - lanceangel - 06-10-2017

64 bit update?


RE: [Module] Duty Notification - satbuster - 10-28-2017

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)


RE: [Module] Duty Notification - satbuster - 10-29-2017

Updated the prototype to v0.2.  It's still more of a proof-of-concept and a prototype than a well-rounded mod.

- Added basic UI (settings not saved)
- Added support for telegram.org.  Pushbullet isn't really free.


RE: [Module] Duty Notification - ffdruid - 11-06-2017

Thanks satbuster


RE: [Module] Duty Notification - fahadq8 - 11-15-2017

(10-29-2017, 01:32 PM)satbuster Wrote:  Updated the prototype to v0.2.  It's still more of a proof-of-concept and a prototype than a well-rounded mod.

- Added basic UI (settings not saved)
- Added support for telegram.org.  Pushbullet isn't really free.

my head pain to make this one  

chat ID = mean username ?

and Push.TELEGRAM_BOT_TOKEN : put what ????  where find myBOTTtoken ?


RE: [Module] Duty Notification - Namnaf - 11-24-2017

chat ID can be found from using commands on telegram. Need to message a bot and request it.

However after doing so I either cannot seem to figure it out, or the script needs changing for the telegram side of things. In any case pushbullet free should work fine as it does not use much data.

Seems a little nosy and I've noticed it doesn't actually tell you a duty has popped? In this case if husbando's addon is on with grind/fish etc or if assist auto-accept duty is on it'll alert you to the map change. I'll look more at it later.