github2

Github API v2 library for Python
Download

github2 Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Ask Solem
  • Publisher web site:
  • http://search.cpan.org/~asksh/Modwheel-0.3.3/lib/Modwheel.pm

github2 Tags


github2 Description

Github API v2 library for Python github2 is an experimental Python library implementing all of the features available in version 2 of the Github API.Note This software is not finished. And is likely to change in the near future.You should read the developer documentation for the Github API first.Installation:You can install python-github2 either via the Python Package Index (PyPI) or from source.To install using pip,:pip install python-github2To install using easy_install,:easy_install python-github2If you have downloaded a source tarball you can install it by doing the following,:python setup.py buildpython setup.py install # as rootCreating a request >>> from github2.client import Github >>> github = Github(username="ask", api_token=".......")UsersSearching >>> results = github.users.search("foo")Getting User Information >>> user = github.users.show("ask") >>> user.name "Ask Solem"Getting User Network >>> github.users.followers("ask") >>> github.users.following("ask") Requirements: · Python


github2 Related Software