Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sigmavirus24/subscribed
Tiny flask app that uses the GitHub API to display the watchers of a repository.
https://github.com/sigmavirus24/subscribed
Last synced: 29 days ago
JSON representation
Tiny flask app that uses the GitHub API to display the watchers of a repository.
- Host: GitHub
- URL: https://github.com/sigmavirus24/subscribed
- Owner: sigmavirus24
- Created: 2012-10-07T03:40:31.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-04T20:46:28.000Z (almost 12 years ago)
- Last Synced: 2023-03-11T11:03:35.887Z (over 1 year ago)
- Language: Python
- Homepage: https://subscribed.herokuapp.com
- Size: 164 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
subscribed
==========.. image::
https://secure.travis-ci.org/sigmavirus24/subscribed.png
:alt: Build Status
:target: https://travis-ci.org/sigmavirus24/subscribed`Gittip: Support this project `_
This is just a small flask app using github3.py_ to display which users are
subscribed to which repositories. It can be used using endpoints like:- ``/login``, e.g., ``/sigmavirus24``
- ``/login/repo``, e.g., ``/sigmavirus24/subscribed``This information isn't available to everyone via the GitHub website, but it is
available via the API... links
.. _github3.py: https://github.com/sigmavirus24/github3.py