cenkalti / github-flask

🍾 Flask extension for GitHub API

Home Page:https://github-flask.readthedocs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/cenkalti/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

Links

About

🍾 Flask extension for GitHub API

https://github-flask.readthedocs.org

License:MIT License


Languages

Language:Python 100.0%