View get_contributors.py
# -*- coding: utf-8 -*- | |
# | |
# Find all contributors of a specific Github repository | |
# | |
# Tested with Python 2.7 / Windows 10 | |
# | |
# Usage: python get_contributors.py PHPOffice/PHPExcel | |
# | |
# Author: Indigo744 | |
# Date: 2017-05-30 |
NewerOlder