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: 10 months ago
JSON representation
Python module/library for saving the list of contributors of a given public GitHub repository into a JSON file.
- Host: GitHub
- URL: https://github.com/funilrys/obstructing-trio
- Owner: funilrys
- License: mit
- Created: 2017-06-02T07:40:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-01T20:18:59.000Z (over 8 years ago)
- Last Synced: 2025-02-13T04:46:19.799Z (12 months ago)
- Topics: github, github-api, github-contributors, json, python
- Language: Python
- Homepage:
- Size: 28.3 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
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