Python Website Monitor

I have several websites on the internet and the dark web used for labs in the SEC497 Practical OSINT course and the SEC587 Advanced OSINT course. If any of these sites are offline, I want to be notified as soon as possible so I can fix the issue. To help monitor this, I wrote some Python code that checks each site every hour and lets me know if any site is down three checks in a row.

I posted the code here, and tomorrow will post a breakdown of how the code works.