puti-flower / 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.

image

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

About

🍾 Flask extension for GitHub API

https://github-flask.readthedocs.org

License:MIT License


Languages

Language:Python 100.0%