Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jayachithra/emailscrapper

Scrape email IDs from websites
https://github.com/jayachithra/emailscrapper

Last synced: 24 days ago
JSON representation

Scrape email IDs from websites

Awesome Lists containing this project

README

        

# EmailScrapper
Scrape email IDs from websites using Python 3

The given script gets a list of websites from the user and extracts all the email IDs from the website.

Setup:

1. Put all the website names in a csv file under the column name 'website'
2. Download and run the EmailScraper.py file
3. When prompted give the path of the above csv file as input
4. Scraping is done and the output is stored in a file called EmailID.csv (website, emailid) is stored as output.