gwen001 / github-search

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

Module Not FoundError 🙃 #29

Closed StealthDemonX closed 1 year ago

StealthDemonX commented 2 years ago

command 👉 python3 github-subdomains.py -d google.com

ERROR : github-subdomains/github-subdomains.py", line 14, in from colored import fg, bg, attr ModuleNotFoundError: No module named 'colored'

gwen001 commented 1 year ago

pip3 install -r requirements3.txt or pip install colored

StealthDemonX commented 1 year ago

Thanks 🙌