- Python 3
- Beautiful Soup 4.4.0
- Selenium
- Tkinter
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.