Question: In Python: Write a function that takes a input a URL, and outputs any email addresses on this page. Focus on academic personal pages, and
In Python:

Write a function that takes a input a URL, and outputs any email addresses on this page. Focus on academic personal pages, and write a script that gets around tricks people use to hide their email addresses, such as "rombach AT ucla DOT edu", or even "firstname DOT lastname AT ucla DOT edu". For the latter, you can, for example, use the fact that the name will certainly appear somewhere on the page
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
