Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/funilrys/obstructing-trio

Python module/library for saving the list of contributors of a given public GitHub repository into a JSON file.
https://github.com/funilrys/obstructing-trio

github github-api github-contributors json python

Last synced: 13 days ago
JSON representation

Python module/library for saving the list of contributors of a given public GitHub repository into a JSON file.

Awesome Lists containing this project

README

        

Obstructing Trio
=============

Python module/library for saving the list of contributors of a given public Github repository into a JSON file.

By Funilrys http://github.com/funilrys

Features
=============
* Works with Python 3.x and Python 2.x
* Access GitHub repository contributors list
* Get list of contributors username in JSON format
* Get list of contributors username in Python `dict` format
* Get list of contributors username in Python `list` format
* Exclude username from generated list

Usage example
=============

>>> from obstructing_trio import get
>>> # lookup the contributors of https://github.com/funilrys/funceble
>>> # Save the results into contributors.json in your current directory
>>> get('funilrys/funceble')

For more please report to https://github.com/funilrys/Obstructing-Trio