https://github.com/khilnani/pythonista-scripts
  
  
    Pythonista iOS app scripts & extensions 
    https://github.com/khilnani/pythonista-scripts
  
ios python pythonista
        Last synced: 4 months ago 
        JSON representation
    
Pythonista iOS app scripts & extensions
- Host: GitHub
- URL: https://github.com/khilnani/pythonista-scripts
- Owner: khilnani
- License: mit
- Created: 2016-03-29T15:14:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-11-23T19:40:02.000Z (almost 7 years ago)
- Last Synced: 2025-04-04T02:51:10.692Z (7 months ago)
- Topics: ios, python, pythonista
- Language: Python
- Homepage:
- Size: 48.6 MB
- Stars: 54
- Watchers: 4
- Forks: 11
- Open Issues: 0
- 
            Metadata Files:
            - Readme: README.md
- License: LICENSE
 
Awesome Lists containing this project
README
          ## pythonista scripts
Scripts intended to be used with the iOS [Pythonista](http://omz-software.com/pythonista/) application. In some cases, as noted in the script comments, the scripts can be used on a regular linux/mac osx environment as well.
> - s3sync.py - Amazon S3 Backup/Restore script - moved to its own repo:  [https://github.com/khilnani/s3sync.py](https://github.com/khilnani/s3sync.py)
> - jira.py - CLI/iOS access to Jira issue summary - moved to its own repo [https://github.com/khilnani/jira.py](https://github.com/khilnani/jira.py)
> - hipchat.py - CLI/iOS access to unread messages - moved to its own repo [https://github.com/khilnani/hipchat.py](https://github.com/khilnani/hipchat.py)
## Catalog
### `clipboard/`
- Scripts that do no use the Pythonista App Extensions, but just Clipboard content.
### `extensions/`
- Pythonista App Extensions for the iOS homescreen shortcuts and actions.
### `scripts/`
- General scripts. eg. http server.
### `thirdparty/`
- Scripts and repos I have downloaded from elsewhere.
## Installation
- Pythonista console:
 - Run: `import urllib2; exec urllib2.urlopen('http://khl.io/pythonista-scripts').read()`
- Linux/Mac OS Terminal:
 - Run: `python -c "import urllib2; exec urllib2.urlopen('http://khl.io/pythonista-scripts').read()"`