So, Ole has two cool apps, one called Pythonista:, and another called Editorial.
But there is more activity on the Pythonista forums, and I see a lot of cool stuff I could use for Editorial.
Thing is, the Editorial API doesn't have all of the stuff Pythonista does, or either things are set up a little differently. However, I believe the file system is pretty much the same.
I find myself porting stuff over from posts on Pythonista.
Anyone here use Editorial, and have any interest in creating a way to port Pythonista scripts (provided Editoral has the requires modules) to Editorial?
The main issue is that many GitHub archives contain many files and sub-folders.
In Editorial, everything is run inside of workflows.
I have created a workflow in Editorial that can run multiple scripts here, but there is no way for me to represent folders and sub-folders.
I'm guessing a "GithubGet" script for Editorial (for downloading zip archives into Editorial), and a python script that can execute python scripts in the manner Pythonista does, will be a solution. But for now, that is way over my head.
Any tips?