PyGithub

Date: May 24th 2016
Last updated: May 24th 2016

Access to Github via python can be done using PyGithub.

install

pip install PyGithub

basic usage

# authentication
g = Github('username','password')
# access repo
rep = g.get_user().get_repo("repo_name")
# example collection of image object
rep.get_contents('img/image_name.png')

results matching ""

    No results matching ""