https://github.com/thomd/page-alert
https://github.com/thomd/page-alert
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thomd/page-alert
- Owner: thomd
- Created: 2025-04-26T14:31:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-25T06:48:41.000Z (5 months ago)
- Last Synced: 2026-01-25T21:26:38.151Z (5 months ago)
- Language: HTML
- Size: 2.68 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Page Alert
A GitHub Actions-powered **web page monitoring** tool that tracks changes to multiple HTML pages and generates a **RSS feed** for **alerting** updates.
## Usage
1. Edit `config.yml` to add URLs to be watched for changes
1. Enable GitHub Actions in your repository
1. The workflow will run automatically at 6:35am UTC daily (update in `alert.yml` )
1. Manual runs can be triggered using the "Run workflow" button in GitHub Actions
## Configuration
Create a `config.yml` file in the root directory with the following structure:
```yaml
urls:
- name: "Example Page 1"
url: "https://example-1.com"
- name: "Example Page 2"
url: "https://example-2.com"
```
## Files Generated
- `fetched-pages/`: Directory containing downloaded HTML files
- `rss.xml`: RSS feed with update notifications: [thomd.github.io/page-alert/rss.xml](https://thomd.github.io/page-alert/rss.xml)