Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem #1

Closed
Hacked-bot opened this issue Aug 14, 2023 · 4 comments
Closed

Problem #1

Hacked-bot opened this issue Aug 14, 2023 · 4 comments

Comments

@Hacked-bot
Copy link

Hacked-bot commented Aug 14, 2023

After running python eyes.py (email) I get this error message. What can it depend on?

sh: 1: title: not found
Traceback (most recent call last):
File "/home//Eyes/eyes.py", line 8, in
import asyncio ;from lib.cli import parser; asyncio.run(parser())
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/
/Eyes/lib/cli.py", line 3, in
from output import eyes_output
File "/home/*****/Eyes/output.py", line 1, in
from modules.email_modules import duolingo, gravatar, imgur, protonmail, bitmoji, x, github, mailru, pastebin
File "/home//Eyes/modules/email_modules/github.py", line 6, in
from lib.image import get_hashed, fetch_img
File "/home/
/Eyes/lib/image.py", line 3, in
import imagehash
ModuleNotFoundError: No module named 'imagehash'

@N0rz3
Copy link
Owner

N0rz3 commented Aug 14, 2023

mb, i forgot the "imagehash" module in the requirements please manually install the imagehash module

with this command: pip install imagehash

@Hacked-bot
Copy link
Author

Hacked-bot commented Aug 14, 2023

Thank you for your reply! I installed imagehash, but same problem after doing python3 eyes.py -h (Working with a Kali):

sh: 1: title: not found
Traceback (most recent call last):
File "/home//Eyes/eyes.py", line 8, in
import asyncio ;from lib.cli import parser; asyncio.run(parser())
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/
/Eyes/lib/cli.py", line 3, in
from output import eyes_output
File "/home//Eyes/output.py", line 1, in
from modules.email_modules import duolingo, gravatar, imgur, protonmail, bitmoji, x, github, mailru, pastebin
File "/home/
/Eyes/modules/email_modules/pastebin.py", line 4, in
from ScrapeSearchEngine.SearchEngine import Google
ModuleNotFoundError: No module named 'ScrapeSearchEngine'

@N0rz3
Copy link
Owner

N0rz3 commented Aug 14, 2023

I really forgot everything 😅  I'm really sorry.

run this command: pip install scrape-search-engine

@Hacked-bot
Copy link
Author

Ahhaahahha! Okkkk! Perfect! It works great now! Thanks! Good Jobs!

@N0rz3 N0rz3 closed this as completed Aug 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants