{"id":21024828,"url":"https://github.com/fekle/simplewebwatcher","last_synced_at":"2026-05-01T05:39:46.696Z","repository":{"id":57553593,"uuid":"52820477","full_name":"fekle/simplewebwatcher","owner":"fekle","description":"Simple Website watcher with support for HTTP Auth","archived":false,"fork":false,"pushed_at":"2016-03-01T20:14:59.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-02T13:51:14.819Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fekle.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}},"created_at":"2016-02-29T20:00:28.000Z","updated_at":"2016-02-29T20:43:44.000Z","dependencies_parsed_at":"2022-08-28T09:31:38.903Z","dependency_job_id":null,"html_url":"https://github.com/fekle/simplewebwatcher","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fekle/simplewebwatcher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fekle%2Fsimplewebwatcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fekle%2Fsimplewebwatcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fekle%2Fsimplewebwatcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fekle%2Fsimplewebwatcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fekle","download_url":"https://codeload.github.com/fekle/simplewebwatcher/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fekle%2Fsimplewebwatcher/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32486222,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-19T11:28:48.620Z","updated_at":"2026-05-01T05:39:46.679Z","avatar_url":"https://github.com/fekle.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# simplewebwatcher\n\n## Installation\n\n```bash\ngo get github.com/fekle/simplewebwatcher\n```\n\n## Update\n\n```bash\ngo get -u github.com/fekle/simplewebwatcher\n```\n\n## Usage\n\nRunning `simplewebwatcher` for the first time creates the neccessary folder (`~/.simplewebwatcher`) and writes a sample configuration to `~/.simplewebwatcher/config`.\n\nCurrently, `simplewebwatcher` only has one mode, which fetches all configured sites, compares their sizes and hashes to the data stored in the configuration. On a mismatch, simplewebwatcher logs the occurence and alerts the user, before updating the configuration with the new data.\n\nAs the name implies, this mode is designed for use with cronjobs and other schedulers.\n\n## launchd (OSX)\n\nEdit `scripts/simplewebwatcher.plist`, copy the file to `~/Library/LaunchAgents/simplewebwatcher.plist`.\n\nRun `launchctl load ~/Library/LaunchAgents/simplewebwatcher.plist` to load the service, and `launchctl unload ~/Library/LaunchAgents/simplewebwatcher.plist` to unload it.\n\n## Configuration Sample\n\n```toml\n# Site Block, can be repeated for configuring multiple pages\n[[Site]]\n  Description = \"First\" # Description used in popup and log\n  URL = \"http://localhost\" # Url scheme:   http[s]://example.com[:123]\n  Username = \"user\" # leave blank to disable http auth\n  Password = \"password\" # leave blank to disable http auth\n  LastCheck = 2016-03-01T19:48:40Z # don't edit - used to store time of last check\n  LastBytes = 0 # don't edit - used to store size of last check\n  LastHash = \"\" # don't edit - used to store hash of last check\n\n[[Site]]\n  Description = \"Second\"\n  URL = \"http://localhost\"\n  Username = \"user\"\n  Password = \"password\"\n  LastCheck = 2016-03-01T19:48:40Z\n  LastBytes = 0\n  LastHash = \"\"\n\n[[Site]]\n  Description = \"Third\"\n  URL = \"http://localhost\"\n  Username = \"user\"\n  Password = \"password\"\n  LastCheck = 2016-03-01T19:48:40Z\n  LastBytes = 0\n  LastHash = \"\"\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffekle%2Fsimplewebwatcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffekle%2Fsimplewebwatcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffekle%2Fsimplewebwatcher/lists"}