{"id":19712170,"url":"https://github.com/fmstrat/page-check","last_synced_at":"2025-07-16T11:33:59.792Z","repository":{"id":76612807,"uuid":"135598566","full_name":"Fmstrat/page-check","owner":"Fmstrat","description":"Watches a web page and sends an email when a string is detected (or not).","archived":false,"fork":false,"pushed_at":"2022-01-26T20:35:04.000Z","size":11,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-03T13:05:36.851Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Fmstrat.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2018-05-31T14:59:01.000Z","updated_at":"2022-01-25T14:04:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"7e534588-d07b-47c6-8d07-4bf19d901285","html_url":"https://github.com/Fmstrat/page-check","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Fmstrat/page-check","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fmstrat%2Fpage-check","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fmstrat%2Fpage-check/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fmstrat%2Fpage-check/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fmstrat%2Fpage-check/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Fmstrat","download_url":"https://codeload.github.com/Fmstrat/page-check/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fmstrat%2Fpage-check/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265506199,"owners_count":23778679,"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":[],"created_at":"2024-11-11T22:15:51.032Z","updated_at":"2025-07-16T11:33:59.764Z","avatar_url":"https://github.com/Fmstrat.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# page-check\nWatches a web page and sends a Pushover notification when a string is detected (or not).\n\n***Please see the `python` branch for the original python version.***\n\n## Usage\nPage Check will stop checking a page once an alert has fired.\n```yml\n  page-check:\n    image: nowsci/page-check:latest\n    container_name: page-check\n    volumes:\n      - /etc/localtime:/etc/localtime:ro\n    environment:\n      # CHECKS is an array of page checks\n      #    \"url\"     - The URL to check\n      #    \"string\"  - The string to check for\n      #    \"reverse\" - To check if the string exists or does not\n      CHECKS: '[\n                    {\n                        \"url\": \"https://www.mysite.com\",\n                        \"string\": \"Alert when this string exists\",\n                        \"reverse\": false\n                    },\n                    {\n                        \"url\": \"https://www.anothersite.com\",\n                        \"string\": \"Alert when this string does not exist\",\n                        \"reverse\": true\n                    }\n                ]'\n      INTERVALMIN: 60                   # Interval in minutes between checks\n      # Either Pushover or SMTP alerts can be used\n      PUSHOVERAPI: '\u003credacted\u003e'         # Optional Pushover API key\n      PUSHOVERUSER: '\u003credacted\u003e'        # Optional Pushover API user\n    restart: \"always\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffmstrat%2Fpage-check","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffmstrat%2Fpage-check","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffmstrat%2Fpage-check/lists"}