/get_github_emails

Get emails of users from GitHub commits and events. Use responsibly

Primary LanguagePython

Get email of users from GitHub

Install

>>> poetry install
>>> poetry shell
>>> python main.py --help 

Usage: main.py [OPTIONS] COMMAND [ARGS]...

Commands:
  contributors  Get contributors of a repo
  org           Get list of users of an Organisation
  repo          returns email of contributors repo
  username      Get email from username

Credits