Skip to content

A Python based scraper that scrapes for email addresses and phone numbers and put the emails into an excel spreadsheet

License

Notifications You must be signed in to change notification settings

shivamjai17/email-and-phone-scraper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Python email address and phone number scraper by Cameron Cobb on October 17th, 2018.

This email address and phone number scraper prompts the user to enter the complete URL of the webpage that needs to be scraped and stored the email addresses in an excel spreadsheet.

NOTE: Change save_excel = True to store the emails into the spreadsheet.

The way the code is written requires Python 3.6 and requires the following imports.

Requirements:
Python 3.6
bs4
urllib
requests
openpyxl
datetime

If you have questions or want to contact me, visit my website https://www.cameroncobbconsulting.com

About

A Python based scraper that scrapes for email addresses and phone numbers and put the emails into an excel spreadsheet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%