This contains two files, scraper.sh
and scraper.py
.
scraper.sh
is useful for web pages where email addresses are visible on the rendered page. scraper.py
is useful for web pages where email addresses are available anywhere within the HTML (and more expensive).
./scraper.sh http://example.com
Or
./scraper.py http://example.com
Does it work as expected for http://www.thoughtworks.com/contact-us ?