Command line client for gist(API v3).
Installation
pypi:
$ pip install gistpy # or $ easy_install gistpy $ gistpy -h
Source code:
$ python setup.py install $ gistpy -h
Usage
Authorization:
# Get accesstoken $ export GISTPY_USER=username $ export GISTPY_PASSWORD=password $ gistpy register # or $ gistpy register -u username -p password ... Your access_token is xxxxxxxxxxx # Set accesstoken $ export GISTPY_TOKEN=xxxxxxxxxxx
Get:
$ gistpy get <gistid> <destination_directory>
Create:
$ gistpy create [gistids...] # public $ gistpy create [gistids...] -d "description" $ gistpy create [gistids...] -a # as anonymous $ gistpy create [gistids...] -p # private $ echo "test" | gistpy $ echo "test" | gistpy -p # private $ echo "test" | gistpy -a # as anonymous
Edit:
$ gistpy edit <gistid> [files...]
Delete:
$ gistpy delete <gistid>
Display the help of each command.
$ gistpy <command> -h
LICENSE
This software is licensed under the MIT License.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Gistpy-0.2.1.tar.gz
(8.3 kB
view details)
File details
Details for the file Gistpy-0.2.1.tar.gz.
File metadata
- Download URL: Gistpy-0.2.1.tar.gz
- Upload date:
- Size: 8.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
58fed8fb7df723923695aa66c7e29f0669c36b3d6288bca2d2671904ba0b91db
|
|
| MD5 |
38173880f3316cb03458ae4106a58968
|
|
| BLAKE2b-256 |
98c75c2b8d4645159da149ccb074af4eca5036512b3c0ad02058aa307adce0e9
|