Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jayachithra/emailscrapper
- Owner: jayachithra
- Created: 2018-12-04T17:55:56.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-04T18:05:30.000Z (about 6 years ago)
- Last Synced: 2023-03-03T21:55:07.407Z (almost 2 years ago)
- Language: Python
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EmailScrapper
Scrape email IDs from websites using Python 3The 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.