python zen.py username
or
python zen.py https://github.com/username
python zen.py https://github.com/username/repository
python zen.py organization --org
or
python zen.py https://github.com/orgs/organzation
python zen.py https://github.com/username/repository -o /path/to/file
Github allows 60 unauthenticated requests per hour but limit for authenticated requests is 6000 per hour.
You don't need to generate any kind of authenticated token, just supply your username via -u
option as follows:
python zen.py username -u yourUsername
Zen supports multi-threading for faster data retrieval.
python zen.py IBM --org -t 20
Zen uses haveibeenpwned.com API to check if an email has been breached or not. This feature is turned off by default and can be used with --breach
option as follows
python zen.py s0md3v --breach