A minimal Python tool to check if a website or service is up.
- Periodically checks the status of a URL.
- Prints "UP" or "DOWN" with timestamp.
- Easy to use for personal projects or demos.
pip install -r requirements.txt
python uptime_monitor.py https://yourwebsite.com --interval 60