Skip to content

awesome-open-source-projects/github-email-scraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

This tool helps you extract the email addresses of contributors from the commit history of any GitHub repository.

It can either clone the repository and extract the email data locally or use the GitHub Rest API to fetch only the commit history.

The latter option is recommended for massive repositories, as some have over 10k commits, and cloning them requires downloading a significant amount, possibly over 20 Gigabytes.

However, to use GitHub's REST API, you are limited to a dozen requests per hour; however, this limitation is not present when cloning repositories.

About

A lightweight tool that helps you create an email list of all contributors of a github repository.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published