Skip to content

Flask extension for authenticating users with GitHub and making requests to the API.

License

Notifications You must be signed in to change notification settings

runt18/github-flask

 
 

Repository files navigation

GitHub-Flask

GitHub-Flask is an extension for authenticating Flask applications with GitHub. It also provides support for various other requests to the GitHub API. Compatible with Python 2.7 and 3.4.

https://travis-ci.org/cenk/github-flask.svg?branch=master

Installation

GitHub-Flask is available on PyPI:

$ pip install github-flask

Usage

An example application is provided. Getting it up and running should be pretty straightforward. Edit example.py and change GITHUB_CLIENT_ID and GITHUB_CLIENT_SECRET settings. Then run the sample application to see how it's working:

$ python example.py

More detailed documentation can be found here: https://github-flask.readthedocs.org

Documentation of the GitHub API: https://developer.github.com/v3/

About

Flask extension for authenticating users with GitHub and making requests to the API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%