Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jan 4, 2019. It is now read-only.
/ github-app-demo.py Public archive

A Pythonic way of developing GitHub Apps

License

swinton/github-app-demo.py

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /