Note: This is an independent student project which you are expected to complete on your own. The project covers the concepts you have learned throughout the last few sections. Once you complete the project, you can show off your code in the course QA forum to share it with other students. You can provide the GitHub link to your source code or just copy-paste the code directly in the QA.
Project description
This project consists of building a Python app that scrapes the stock price change percentage from this webpage: https://zse.hr/en/indeks-366/365?isin=HRZB00ICBEX6

If the percentage goes less than -0.10%, the app should send an email to your email address. For example, if the percentage goes to -0.12% the app should send an email. If you prefer, you can also send an SMS instead of an email.
To complete this you need to have taken these sections:
Sending Emails
Browser Automation and Web Scraping or Sending SMS