Skip to content

HOWTO use iOS-apps-"share with"-menu to call (custom) python(ista)-scripts by example

License

Notifications You must be signed in to change notification settings

s3h10r/sharewith-iOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sharewith-iOS

HOWTO use iOS-apps-"share with"-menu to call (custom) python(ista)-scripts by example

AddToReminiscence

Reminiscense is an open-source self-hosted bookmark and archive manager.

This example shows you how to send/archive a page/URL from your mobile browser via the "share with"-menu. This is done by using Pythonista3 to call a short Python-script (add2reminiscence.py). The script uses Reminiscence's REST-API and runs on any platform Python runs on.

requirements:

  • Pythonista3 - A full PythonIDE for iOS (non-free :-/)
  • (optional) StaSh - a serious attempt to implement a Bash-like shell for Pythonista.

How to add a pythonista Shortcut

  1. select "share with"/"Run Pythonista Script" in your browser

alt-0

  1. select "Edit" and use the "+" symbol to add a new Shortcut (here our Python-script)
  2. select the add2reminiscence.py-Script
  3. fill in the 3 needed arguments for the script: <url-of-your-reminiscence-instance> <user> <password> alt-4
  4. (optional) choose a fancy icon and color ;)
  5. click "Add" and then "Done"

How to use the pythonista Shortcut

  1. select "share with"/"Run Pythonista Script" while browsing the url you want to archive
  2. select "add2reminiscence"

alt-4

About

HOWTO use iOS-apps-"share with"-menu to call (custom) python(ista)-scripts by example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages