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
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