swinton / github-app-demo.py

A Pythonic way of developing GitHub Apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

github-app-demo.py

A Pythonic way of developing GitHub Apps.

Examples

from github import App
app = App()

# Get a specific installation of this App
installation = app.get_installation('octocat')

# Get all the repositories associated with installation
repositories = installation.get_repositories()

# :soon:
repository = app.get_repository('octocat/Hello-World')

More 🔜

Get started

🚧 TODO 🚧

About

A Pythonic way of developing GitHub Apps

License:ISC License


Languages

Language:Python 93.3%Language:Shell 6.7%