Hi all,
Isn't it possible to call my python script from a notification schedule with a callback url or is there a bug in the app?
This currently doesn't work:
test.py
# coding: utf-8
import notification
notification.schedule('test', 5, 'default', 'pythonista://test.py?action=run')
The script should send my a notification after 5 seconds. After accepting the notification the script should start again automatically.
Daniel