Error ImportError: No module named google
Hi did everything according to the instructions. Gives an error message:
OS Parrot
/AutOSINT.py'
Traceback (most recent call last):
File .../AutOSINT.py", line 22, in
The project died?
The project died?
Looks like it did.
And for fixing that, open the file under ../AutOSINT-master/modules/googledork.py, and edit line 4 from from google import search to from googlesearch import search. Just replace google with googlesearch.
Run: pip3 install google