gwen001 / github-search

A collection of tools to perform searches on GitHub.
https://10degres.net/github-tools-collection/
MIT License
1.34k stars 339 forks source link

install tool #27

Closed zicohip closed 2 years ago

zicohip commented 2 years ago

to install tool :

git clone https://github.com/gwen001/github-search.git
cd github-search
sudo pip3 install requirements2.txt
sudo pip3 install requirements3.txt

to use tool such as github-subdomains.py:

python3 github-subdomains.py -d yahoo.com -t  <token github>
gwen001 commented 2 years ago

Thanks.