Python tool to collect emails from github users.
python3 githubosint.py -n GithubUsername
python3 githubosint.py -n GithubUsername -o json
Save the output in json format.
python3 githubosint.py -n GithubUsername -o json -p /test/path
Save the output in json format in given path. (Defaults in actual path as githubusername)
pip3 install -r requeriments.txt