AutOSINT icon indicating copy to clipboard operation
AutOSINT copied to clipboard

Error ImportError: No module named google

Open torerobo opened this issue 7 years ago • 3 comments

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 from modules.googledork import Googledork File .../AutOSINT-master/modules/googledork.py", line 4, in from google import search ImportError: No module named google

torerobo avatar Jul 11 '18 11:07 torerobo

The project died?

torerobo avatar Aug 20 '18 07:08 torerobo

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.

0xInfection avatar Sep 03 '18 16:09 0xInfection

Run: pip3 install google

Jul10l1r4 avatar Mar 08 '19 02:03 Jul10l1r4