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

Employee.py and Endpoint.py Issues #9

Closed oghenejivwe closed 4 years ago

oghenejivwe commented 4 years ago

I do get the following errors when i run both: For Employess.py Traceback (most recent call last): File "github-employees.py", line 13, in from goop import goop ModuleNotFoundError: No module named 'goop' For Endpoint Traceback (most recent call last): File "github-endpoints.py", line 15, in from colored import fg, bg, attr ModuleNotFoundError: No module named 'colored'

I also encounter similar errors when i run github-subdomains.py. github-dorks.py , github-contributors.py works fine though

gwen001 commented 4 years ago

pip3 install colored goop