Skip to content

elliott-diy/EmailFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Email Finder

A simple command-line application to fetch email addresses from GitHub commits by author username.

Hosted Version

Try the web-based version here!: https://elliott.diy/projects/github/

Features

  • Fetch email addresses from public GitHub commits.
  • Easy-to-use CLI interface.
  • Option to use a hardcoded GitHub token.

Usage

  1. Clone the repository.
  2. Run the script with the required arguments:
    python main.py --username <GitHub Username> --token <GitHub Token>
  3. Alternatively, set your token in the HARDCODED_TOKEN variable in the script.

Example

python main.py --username octocat --token ghp_your_personal_token

Notes

  • Don't abuse this tool; it is for educational purposes only.
  • Make sure to follow GitHub's API usage guidelines.

Acknowledgments


Built with ❤️ and ☕ by Elliott.

About

A simple CLI tool to fetch email addresses from GitHub commits by username. Inspired by Ravgeet Dhillon's GitHub Email Finder.

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages