An open API service indexing awesome lists of open source software.

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

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)