https://github.com/themiu/webdsite-load-everyday
Check website everyday using GitHub actions
https://github.com/themiu/webdsite-load-everyday
automation github-actions python website-health
Last synced: 7 months ago
JSON representation
Check website everyday using GitHub actions
- Host: GitHub
- URL: https://github.com/themiu/webdsite-load-everyday
- Owner: TheMIU
- Created: 2024-11-08T19:16:34.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-11T03:57:23.000Z (11 months ago)
- Last Synced: 2025-03-12T12:17:51.271Z (7 months ago)
- Topics: automation, github-actions, python, website-health
- Language: Python
- Homepage:
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Daily Website Availability Checker
This script checks if a specified website is available at scheduled times each day (e.g. 12:00 AM and 12:00 PM UTC) using GitHub Actions. If the website fails to load, it will keep retrying until successful.
## Features
- Checks website availability.
- Retries every 5 seconds if the website is unavailable.
- Logs a success message with a timestamp once the website loads successfully. (see Actions)