Skip to content

Email-Scraper is python scripts to scrap first and last names and emails from https://namecensus.com/ with Python.

Notifications You must be signed in to change notification settings

leoDroidsmile/Email-Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Email-Scrapper

The first step

To scrape first names for male and female and last names from https://namecensus.com/

python name_scraper.py

The second step

To scrape emails for each stored in male_first_names.txt and last_names.txt from https://allpeople.com

python email_scraper.py

The scrapped result will be stored in emails.txt with format like (first_name last_name : email)

About

Email-Scraper is python scripts to scrap first and last names and emails from https://namecensus.com/ with Python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages