Skip to content

LighTend3r/gitEmails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitEmails

GitEmails and a tool to retrieve all emails from a github account

Installation

git clone https://github.com/LighTend3r/gitEmails.git

Install all requirements

pip install -r requirements.txt

Usage

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>

View remaining credits

python3 main.py credits

Use token

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

image

python3 main.py emails --user <user> -t <token>

python3 main.py credits -t <token>

Output in json

python3 main.py emails --user <user> -t <token> -j <path>
or
python3 main.py credits -t <token> -j <path>