Skip to content

Instantly share code, notes, and snippets.

View psa-jforestier's full-sized avatar

psa-jforestier

  • Stellantis Group
  • Paris, France
View GitHub Profile
@psa-jforestier
psa-jforestier / lazy_users.py
Last active January 7, 2019 09:53 — forked from morido/lazy_users.py
detect non-contributors in an organization
#!/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