Skip to content

pyagmail/PythonEmailScraper

 
 

Repository files navigation

PythonWebScraper

An email webscraper to scrape multiple links for a huge array of emails.

How to use

All of the scraping is done in scrape.py.

Recommended use

  • start scraper with cmd and run <root-path>\.scraper.py

Install modules:

pip install:

  • requests
  • bs4
  • colorama
  • lxml

Theory

Picture:*

SCRAPER <- Feed it a link
   |
   ▼
1.Scan for more `` links
  |     |
  |     |
  |     ▼
  |   1.2.Remember the links   
  |                        |
  ▼                        | 
2.Scan the link for Emails |
     |                     |
     ▼                     ▼
3.Take new links and scan them for more emails & links 
  |
  ▼
4.Repeate til no new links or emailes are found

About

An email scraper, need I say more?

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%