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

No module named 'colored' #4

Closed SouhailELHAMDI closed 4 years ago

SouhailELHAMDI commented 4 years ago

python3 github-subdomains.py -d exemple.com

error : Traceback (most recent call last): File "github-subdomains.py", line 14, in from colored import fg, bg, attr ModuleNotFoundError: No module named 'colored'

ps: i already install colored with pip

adiffpirate commented 4 years ago

try: pip3 install colored

SouhailELHAMDI commented 4 years ago

thanks man , sorry for late responce !!

gwen001 commented 4 years ago

My bad, I should learn how to create that requirements.txt I will !

sabeesh03 commented 4 years ago

error: auth token is missing

foysal1197 commented 4 years ago

error: auth token is missing same problem

adiffpirate commented 4 years ago

You guys need to create your own auth token and use it with -t

gwen001 commented 4 years ago

Another problem, another issue.

Anyway option -h should give you the answer most of the time.

katshassan01 commented 1 year ago

You guys need to create your own auth token and use it with -t

how do i create my token

katshassan01 commented 1 year ago

how do i create my own token