Skip to content

aoaydin/emails_scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

The program above is designed to scrape email addresses from a website and save them to a text file while also ensuring that duplicate email addresses are not added to the list. The program starts by connecting to the specified website and using regular expressions to search for email addresses in the HTML content. It then searches for all links on the page and visits each link that contains "firma.php". For each of these pages, it also searches for email addresses and adds them to the email list if they are not already present. Finally, the program writes all the email addresses to a text file named "emails.txt".

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages