userista
Dec 08, 2013 - 06:17
I would like to run a script in a loop that opens a URL every x number of seconds - is this possible with any of Pythonista's modules given iOS's backgrounding limitations?
Using the notification module is the only way I see to do it. In my case that wouldn't help me though. I am trying to have a script running via Pythonista that can open an app (that has a url scheme) so that that app won't get killed after 10 minutes (in my case - Pastebot - which already sends a notification prior to being killed).