{"id":18340378,"url":"https://github.com/dimensiondev/store-watcher","last_synced_at":"2026-07-05T19:31:29.905Z","repository":{"id":45625222,"uuid":"257544541","full_name":"DimensionDev/store-watcher","owner":"DimensionDev","description":"Browser Store Publish Watcher","archived":false,"fork":false,"pushed_at":"2020-05-29T07:26:03.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":30,"default_branch":"master","last_synced_at":"2026-04-30T00:36:40.243Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/dimensiondev/store-watcher","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DimensionDev.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":"2020-04-21T09:25:43.000Z","updated_at":"2020-05-29T07:26:06.000Z","dependencies_parsed_at":"2022-09-08T07:00:57.670Z","dependency_job_id":null,"html_url":"https://github.com/DimensionDev/store-watcher","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DimensionDev/store-watcher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DimensionDev%2Fstore-watcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DimensionDev%2Fstore-watcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DimensionDev%2Fstore-watcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DimensionDev%2Fstore-watcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DimensionDev","download_url":"https://codeload.github.com/DimensionDev/store-watcher/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DimensionDev%2Fstore-watcher/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35167259,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-05T02:00:06.290Z","response_time":100,"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-05T20:22:20.168Z","updated_at":"2026-07-05T19:31:29.692Z","avatar_url":"https://github.com/DimensionDev.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Store Watcher\n\nThis tool is used to observe the actual release time of each store\n\n## Build\n\n```bash\ngo build ./cmd/watcher\n```\n\n## File tree\n\n```plain\n├── README.md\n├── configure.json     # The configure file\n├── latest-state.json  # record latest version and updated at\n├── on-update.py       # Observed updated hook\n└── watcher            # Main program\n```\n\n## configure.json [example]\n\n```js\n{\n  \"interval\": \"0 0 * * * *\", // at minute 0, fetch all store version info\n  \"user_agent\": \"store-watcher/1.0 powered-by dimension.im\", // request default user-agent\n  \"latest_state_interval\": \"0 30 * * * *\", // at minute 30, save latest state to file\n  \"latest_state_path\": \"latest-state.json\", // latest state save to file path\n  \"hook_program\": \"./on-update.py\", // observed updated hook program\n  \"watches\": [\n    {\n      \"name\": \"Maskbook\", // product name\n      \"platform\": \"Chrome Store\", // publish platform\n      \"target\": \"https://chrome.google.com/webstore/detail/maskbook/jkoeaghipilijlahjplgbfiocjhldnap\",\n      \"pattern\": \"version\\\" content=\\\"(?P\u003cversion\u003e[\\\\d\\\\.]+)\\\"\" // version info (regex pattern)\n    }\n  ]\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimensiondev%2Fstore-watcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdimensiondev%2Fstore-watcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimensiondev%2Fstore-watcher/lists"}