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
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
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