A simple java email scraper that writes to a file
- REQUIRES JSOUP TO SCRAP DATA *
A simple email scraper, to get email ids from a website. Works well on university faculty listings. Looks for the "mailto:" tag to find the ids.
The scraped data is written to file within the working directory itself.
Suggestions and feedback welcome