https://github.com/piebro/simple-website-change-detection
A simple way to detect changes in website using GitHub Actions and be notified about changes.
https://github.com/piebro/simple-website-change-detection
change-alert github-actions website-change-monitor website-monitor
Last synced: 25 days ago
JSON representation
A simple way to detect changes in website using GitHub Actions and be notified about changes.
- Host: GitHub
- URL: https://github.com/piebro/simple-website-change-detection
- Owner: piebro
- License: mit
- Created: 2024-07-23T14:00:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-07T11:01:42.000Z (over 1 year ago)
- Last Synced: 2025-03-07T12:19:41.255Z (over 1 year ago)
- Topics: change-alert, github-actions, website-change-monitor, website-monitor
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Website Change Detection
This repository contains a simple GitHub Action that runs weekly to check if specified websites or parts of websites have changed. If changes are detected, the GitHub Action fails, triggering a notification (you can configure the GitHub app to send notifications for failed actions).
The GitHub Action script is located at [.github/workflows/check_websites_weekly.yml](.github/workflows/check_websites_weekly.yml).
## Usage
To use this for your own purposes:
1. Fork this repository or copy the code.
2. Add your own websites and change conditions to `queries.py`.
## License
All code in this project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.