Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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