DiegoCaraballo / Email-extractor

The main functionality is to extract all the emails from one or several URLs - La funcionalidad principal es extraer todos los correos electrónicos de una o varias Url
https://whitemonkey.io
180 stars 75 forks source link

Google Search Error - Ubuntu 18.04 #8

Open lovalova2004 opened 5 years ago

lovalova2004 commented 5 years ago

Hi,

when i try to execute your program on ubuntu 18.04, i get the following error message. Is this normal?

Traceback (most recent call last): File "./EmailExtractor.py", line 6, in from googlesearch import search ImportError: No module named googlesearch

I have installed the following packages below: sudo apt-get install pip3 pip3 install google pip3 install google-search pip3 install beautifulsoup4 pip3 install fake-useragent

luluhoc commented 5 years ago

Are you running it with python3?

python3 EmailExtractor.py

DiegoCaraballo commented 3 years ago

@lovalova2004

DiegoCaraballo commented 3 years ago

@lo Try with: pip install requirements.txt