Code: Select all
C:\EventGhost\EventGhost.exe -event PushNoteOnInitCode: Select all
C:\EventGhost\EventGhost.exe -event PushNoteOnInit

Code: Select all
19:20:39 C:\Program Files\EventGhost\plugins\PushBullet\lib\websocket\_core.py:843: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
19:20:39 message = getattr(e, 'strerror', getattr(e, 'message', ''))
Code: Select all
import webbrowser
webbrowser.open_new(eg.event.payload[0])
You're welcome.shawneric wrote:Awesome!!! That works perfect! Lol, somehow I screwed up and had a few loops going on, almost crashed my computer LOL! But it works fine now! YAY!!! I've been trying to do this for MONTHS! Thank you!

As often happens, I do not understand the task.shawneric wrote:Push a note and use event ghost to update the text in a text file (replace all text with new text in the pushbullet note). Is that possible?

