GitEmails and a tool to retrieve all emails from a github account
git clone https://github.com/LighTend3r/gitEmails.git
Install all requirements
pip install -r requirements.txt
The user can be found in url of github account
python3 main.py emails --user <user>
or
python main.py emails --url https://github.com/<user>
python3 main.py credits
Currently, if you don't use a github token, you can only make 60 requests per hour. To retrieve a github token, go to your google account settings, then to "Developer Settings", then to "Personal access token" das generate a clasic token
python3 main.py emails --user <user> -t <token>
python3 main.py credits -t <token>
python3 main.py emails --user <user> -t <token> -j <path>
or
python3 main.py credits -t <token> -j <path>