We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running:
./marple.py [my_target_username]
I get:
Traceback (most recent call last):
File "/home/osint/Programas/marple/./marple.py", line 21, in
from search_engines import Aol, Ask, Qwant, Bing, Yahoo, Startpage, Dogpile, Mojeek, Torch, Duckduckgo
ImportError: cannot import name 'Aol' from 'search_engines' (/usr/local/lib/python3.10/dist-packages/search_engines/init.py)
The text was updated successfully, but these errors were encountered:
Please, do requirements install, you are using old version of search_engines package.
Sorry, something went wrong.
No branches or pull requests
When running:
./marple.py [my_target_username]
I get:
Traceback (most recent call last):
File "/home/osint/Programas/marple/./marple.py", line 21, in
ImportError: cannot import name 'Aol' from 'search_engines' (/usr/local/lib/python3.10/dist-packages/search_engines/init.py)
The text was updated successfully, but these errors were encountered: