/GoogleEmailCrawler

Crawl E-mail address from Google

Primary LanguagePython

Google E-mail Crawler

Requirements

  • Python 3
  • Beautiful Soup 4.4.0
  • Selenium
  • Tkinter

Algorithm

1.Crawling

Using Beautiful Soup to get the HTML data from Selenium.

2.Analysing

Finding the lable of E-mail from HTML.

3.Data processing

Spliting the E-mail from the data we got.

4.Duplicate processing

Deleting the duplicate data after finish crawling.

5.Saving

Saving the data to the destination.

##Demo