Skip to content

sanitizers/github-app-demo.py

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.3%
  • Shell 6.7%