This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# you will need http://github3py.readthedocs.org/en/latest/#installation | |
# I'm not sure if this works on Windows due to the use of strptime() | |
# Based on https://gist.github.com/morido/9817399 | |
# Improvement : take user, pass and orga from command line + use the new github3 API | |
from github3 import login | |
import datetime | |
import json | |
import pprint |