samwize / python-email-crawler

Search on Google, and crawls for emails related to the result
292 stars 127 forks source link

0 emails saved #8

Open LiberTang0 opened 8 years ago

LiberTang0 commented 8 years ago

After crawling, always the same 0 emails message :

[11:41:50] INFO::email_crawler - ======================================== [11:41:50] INFO::email_crawler - Processing... [11:41:50] INFO::email_crawler - There are 0 emails [11:41:50] INFO::email_crawler - All emails saved to ./data/emails.csv [11:41:50] INFO::email_crawler - ========================================

kopevgale commented 8 years ago

OMG!

mpbunch commented 8 years ago

Same here. No matter the keyword, 0 emails saved.

Not 100% sure this is the issue, but, line 211: arg = blob.blob(arg) If I print arg, an empty list is returned. So.. not sure how to fix this, other than to just omit line 211.