A script to create fake commits, with emails of your choice. GitHub automatically resolves the emails to a GitHub accounts associated with them. This way if you know an email you can find the GitHub account of a user.
enum.py
Reads input file lines and creates git commits based on emails read from input When pushed to Github the commit history should show which user is connected to the supplied email
Usage: python enum.py emails.txt
Input file is one email per line. Example:
a@b.com c@d.com
See an example:
https://github.com/antnks/why-gpg-is-important/commits/master/