A simple command-line application to fetch email addresses from GitHub commits by author username. Join https://discord.gg/binary for support.
- Fetch email addresses from public GitHub commits.
- Easy-to-use CLI interface.
- Option to use a hardcoded GitHub token.
- Clone the repository.
- Run the script with the required arguments:
python main.py --username <GitHub Username> --token <GitHub Token>
- Alternatively, set your token in the
HARDCODED_TOKEN
variable in the script.
python main.py --username elliott-diy --token ghp_your_personal_token
- Don't abuse this tool; it is for educational purposes only.
- Make sure to follow GitHub's API usage guidelines.
- Inspired by GitHub Email Finder made by Ravgeet Dhillon (GitHub).
- You can use this tool in a GitHub Codespace without installing anything locally!
A web version of this tool is in the works! Check out my website for updates: elliott.diy.
Built with ❤️ and ☕ by Elliott.