{"id":24266079,"url":"https://github.com/stex/url_watcher","last_synced_at":"2025-06-28T17:08:23.333Z","repository":{"id":146733600,"uuid":"367984727","full_name":"stex/url_watcher","owner":"stex","description":"Trigger a webhook whenever changes on a website occur","archived":false,"fork":false,"pushed_at":"2021-05-16T21:37:02.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-05T01:31:03.013Z","etag":null,"topics":["webhook"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stex.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-16T21:03:36.000Z","updated_at":"2021-05-23T11:48:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"6d2621c0-a725-44e6-8cc4-d35b5fa32d61","html_url":"https://github.com/stex/url_watcher","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/stex/url_watcher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stex%2Furl_watcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stex%2Furl_watcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stex%2Furl_watcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stex%2Furl_watcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stex","download_url":"https://codeload.github.com/stex/url_watcher/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stex%2Furl_watcher/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262465789,"owners_count":23315641,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["webhook"],"created_at":"2025-01-15T10:59:13.104Z","updated_at":"2025-06-28T17:08:23.316Z","avatar_url":"https://github.com/stex.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# url_watcher\n\nA very simple script / docker image to watch for changes on a web page and\ncall a webhook on `diff` changes.\n\nCurrently doesn't support webhook arguments, simply performs a `POST` request.\n\n## Docker Usage\n\nSimply set the page and webhook URLs as environment variables when running the docker image:\n\n```bash\ndocker run -t --rm -e PAGE_URL=https://google.com -e WEBHOOK_URL=https://my.webhook.com sterexx/url_watcher\n```\n\nor as compose file:\n\n```yaml\nversion: \"3\"\n\nservices:\n  app:\n    image: sterexx/url_watcher\n    tty: true\n    environment:\n      PAGE_URL: https://google.com\n      WEBHOOK_URL: https://my.webhook.com\n    restart: unless-stopped\n```\n\n## Script Usage\n\nSpecify the page to watch and the webhook URL via environment variables:\n\n```bash\nPAGE_URL=https://google.com WEBHOOK_URL=https://my.webhook.com ./watcher.rb\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstex%2Furl_watcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstex%2Furl_watcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstex%2Furl_watcher/lists"}