Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 717 Bytes

File metadata and controls

25 lines (16 loc) · 717 Bytes

Email Scraper for commit history

A simple python script to crawl all email address, name and username from a specific repository on GitHub.

Setup instructions

Install:
pip install -r requirements.txt

Run instructions

Run:
Python email_scrape.py --help
python email_scrape.py <token> <repo>

Author

Rahul Raikwar

Disclaimers, if any

This script requires a Github Personal Access Token (PAT) to verify the user It does not store your Github Personal Access Token (PAT)