kichik / email-scraper

Simple Python library to scrape email addresses from HTML
MIT License
21 stars 10 forks source link

Find hidden emails #5

Closed jeromew21 closed 5 years ago

jeromew21 commented 5 years ago

Finds emails of the format (and similar)

johnsmith (at) gmail (dot) com

The most practical way to approach automating email scraping would be to use headless selenium, since a lot of sites now use Javascript to hide emails.

kichik commented 5 years ago

Thanks!

As for Selenium, I built this library to be small and simple. Maybe we can do that as an advanced option, but I would always rather keep the "just get it done without installing a lot of dependencies" option available.