can anybody recommend / point me to a link of a gist download script that currently really works (ie will actually take the url of a gist copied from iphone safari and turn it into an actual file in pythonista)?
i've finally got stash running and git clones of repos work fine but for some reason not downloading a gist at a given url (unless i'm doing something wrong)? curl didn't work and i forgot if i tried wget or not in stash as well.
i just want to get up and running with this application in terms of integrating with relevant files already existing in git out there on the net. it's a catch 22 because the solutions that already exist are in git but which you can't git because you can't git from within pythonista natively. ;) once you get a reliable git tool my guess is things get easier :)
fwiw, i've tried the solutions recommended on this link and neither seem to work regardless of whether i manually copy the link and manually run the script or run the script via the share sheet in safari.
https://forum.omz-software.com/topic/3435/gist-file-retrieval/11
https://gist.github.com/Mr-Coxall/7fbf6dc0ec3d83525f1944812ccce46f
https://gist.github.com/jsbain/fcb3f42932dde9b0ff6c122893d1b230
btw, i think one of the problems wiht one of the scripts is that it's written in python 2.x but when i try to run it from the share sheet it won't allow me to choose which interpreter i want to use? am i seeing this behavior correctly?
thx!