Programming / Web Crawl

Complete the short assignment below please. When you are finished, it should be in a zip file.
Instructions are below.

Thank you

Develop a crawler that collects the email addresses in the visited web pages. You can
write a function emails() that takes a document (as a string) as input and returns the
distinct email addresses appearing in it [remove duplicate email addresses]. You should
use a regular expression to find the email addresses in the document.

1. Use your WebCrawler to check email links in Lab3_Webpage.html (2 points)
2. Use your WebCrawler to check email links in any URL. (2 points)

Sample URL: https://www.uta.edu/academics/schools-
colleges/business/departments/information-systems-and-operations-management

3. Explain the code and how it works. (1 point)
——————————————————————–
Resources:
 Chapter 11 of Introduction to Computing Using Python by Ljubomir Perkovic.pdf
 Web_Crawling.ppt
 Student_Data

Last Completed Projects

topic title academic level Writer delivered