Project Name: Job Finder Description: Python Web Scraper Full Description: This project collects information about two things: New startups to watch Recent startup job postings Libraries Used: requests- used to fetch the html from the two specified urls Beautiful Soup 4- used in addition to lxml to structure the raw site html so that the library's functionality can be used smtplib- used to interact with the server and send emails SSL- used to add security to the emails email.Message- used to format the emails