Skip to content

Python Web Scrapping to get all emails from a website

Notifications You must be signed in to change notification settings

padronpedro/web-scraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Web Scrapping to get all emails from a website

  • Create a URL.txt file with the URLs to process (one per line)
  • We need to get all internal links from a website - Run: python get_links.py
  • Now get all emails from the internal links - Run: python extract.py

You need to run the virtual env

source <path_project>/.venv/bin/activate <path_project>/.venv/bin/python <path_project>/extract.py

About

Python Web Scrapping to get all emails from a website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages