Forum Archive

Pythonista URL for python scripts in external folder

thowas

Hi All,

I have created an external directory (in working copy to sync Github), I am able to add it in Pythonista. I can run the script without issue but when I try to generate the Pythonista URL, I get an error (Script Required, You need to open a Python script in the editor in order to generate the URLs).

Do you know the URL scheme for this kind of URL ?

Thank you

ccc

Start with http://omz-software.com/pythonista/docs/ios/urlscheme.html and then in that script try to download (requests.get()) and https://pypi.org/project/pyrun the remote script.