Web scraping, web harvesting, or web data extraction is data scraping used for extracting data from websites. The web scraping software may directly access the World Wide Web using the Hypertext Transfer Protocol or a web browser. For more info visit. https://en.wikipedia.org/wiki/Web_scraping
Let's say you monitor stocks everyday and you want to check the day closing results by end of day and want it to be sent to your email. This script will do it for you.
Libraries: optional: Selenium required : Beautifulsoup
Note: In this app I used both libraries, but you can use Beautifulsoup only to load the targeted webpage. Selenium will be helpful with the website navigation. Project 2 will showcase.
Note: To automate this app, you can schedule the script using Windows Scheduler. For more info: https://datatofish.com/python-script-windows-scheduler/
Libraries needed: Selenium and Beautifulsoup
This app will navigate through EPL website and scrape data for the player you picked.







