Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cenkalti/github-flask
🍾 Flask extension for GitHub API
https://github.com/cenkalti/github-flask
Last synced: 2 days ago
JSON representation
🍾 Flask extension for GitHub API
- Host: GitHub
- URL: https://github.com/cenkalti/github-flask
- Owner: cenkalti
- License: mit
- Created: 2013-06-29T07:56:54.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-06-24T14:14:22.000Z (over 1 year ago)
- Last Synced: 2024-10-28T09:38:54.622Z (6 days ago)
- Language: Python
- Homepage: https://github-flask.readthedocs.org
- Size: 106 KB
- Stars: 265
- Watchers: 9
- Forks: 88
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
- starred-awesome - github-flask - Flask extension for authenticating users with GitHub and making requests to the API. (Python)
README
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:: https://travis-ci.org/cenkalti/github-flask.svg?branch=master
:target: https://travis-ci.org/cenkalti/github-flaskInstallation
------------GitHub-Flask is available on PyPI:
.. code-block:: bash
$ 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:.. code-block:: bash
$ python example.py
Links
-----
* `Documentation `_
* `PyPI `_
* `GiHub API Documentation `_