I’m working as a help desk advisor and part of my job is to call sites whos equipment is not working properly. To do this, I use a website that shows a status (offline, down, working, warning) next to a site number as well as a few other stats. I want to automate this part of my job and build a script to show me a feed of the site number and the status of the site whenever a site status changes so that I can minimize downtime for my customers. There are hundreds of sites and scrolling up and down the list looking for changes is terribly time consuming. How can I accomplish this using python?
Haven’t tried anything yet, just looking for a good starting point.