Github

This is the main entrance of pygithub3

class pygithub3.Github(**config)

You can preconfigure all services globally with a config dict. See Service

Example:

gh = Github(user='kennethreitz', token='ABC...', repo='requests')
events

Events service

gists

Gists service

git_data

Git Data service

issues

Issues service

orgs

Orgs service

pull_requests

Pull Requests service

remaining_requests

Limit of Github API v3

repos

Repos service

users

Users service