errzey / simplegist

Advanced python wrapper for Github Gist API

Home Page:https://pypi.python.org/pypi/simplegist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Github-Gist Api - python wrapper

Python wrapper for GitHub's Gist API.

Latest Version Downloads

Features

  • Create Gists and get url, script and clone link on success (can be used for copy-paste purpose too)
  • View one's Gist(s) - name, description and it's content
  • Edit and Delete a gist
  • Search Gist(s) of any user; fork, star and unstar them
  • List all comments on any Gist, put/edit/delete a comment on a Gist

Installation

Download here and run python setup.py install after changing directory to /simplegist

Generating Github API Access Token

Go to Github's Account settings > Applications Create a new token and use it for making API requests instead of password

Example Usage

Full Usage and Documentation

Visit here READTHEDOCS or PYTHONHOSTED

Patches and suggestions are welcome

About

Advanced python wrapper for Github Gist API

https://pypi.python.org/pypi/simplegist

License:MIT License


Languages

Language:Python 100.0%