Skip to content

Instantly share code, notes, and snippets.

@Indigo744
Indigo744 / get_contributors.py
Created May 30, 2017 15:21
Find all contributors of a specific Github repository
# -*- 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