python-email-crawler icon indicating copy to clipboard operation
python-email-crawler copied to clipboard

Search on Google, and crawls for emails related to the result

Results 21 python-email-crawler issues
Sort by recently updated
recently updated
newest added

I am getting this error right after I execute the script, here's the try except that generates the error: try: logger.info("Crawling %s" % url) request = urllib2.urlopen(req) except urllib2.URLError, e:...

It just searches everywhere... I sometimes think that it searches every single website. Nothing is wrong, it just does not stop, I can see the websites it is searching in,...

No matter what keywords I select to search, the program will only search for the keywords from the first time the program was run. Example: first test search was "iphone...

Is it possible to crawl for emails based on a business name and address in a csv? For example, could I use the below info to crawl for emails from...

``` HaoyuedeMacBook:python-email-crawler haoyue$ python email_crawler.py "iphone developers" File "email_crawler.py", line 96 except urllib2.URLError, e: ^ SyntaxError: invalid syntax ``` I run this code two weeks ago, it works well, but...

Must use Python 2 in order for directions to work perfectly. Python 3 does not come with lib2

When i'm running it get an error : Traceback (most recent call last): File "index.py", line 12, in logging.config.dictConfig(LOGGING) File "C:\Python27\lib\logging\config.py", line 794, in dictConfig dictConfigClass(config).configure() File "C:\Python27\lib\logging\config.py", line 576,...

``` user@meta:~/mailcrawl$ git clone https://github.com/samwize/python-email-crawler.git Cloning into 'python-email-crawler'... remote: Enumerating objects: 63, done. remote: Total 63 (delta 0), reused 0 (delta 0), pack-reused 63 Unpacking objects: 100% (63/63), done. user@meta:~/mailcrawl$...

Hey, Is it possible to search for multiple keywords at the same time? For instance I would like to enter the keywords that I need in the beginning, so it...