Basically I want to make a simple bot that makes a beep or notification when my grades get published to this webpage.
I have already figured out how to log in using http basic auth and can navigate to the webpage however what would be the best way to check if a new entry has been added?
Here is the page source https://pastebin.com/rbyzJGtY
Here is what the webpage looks like. http://imgur.com/a/HcPNq
Not looking for a handout just some methods I can look into to do this. Also it does not need to be fancy, Literally just want it to check every 15 minutes or so and beep if something has appeared.