{"id":43299116,"url":"https://github.com/pistatium/android_review_watcher","last_synced_at":"2026-02-01T19:30:43.169Z","repository":{"id":57528080,"uuid":"80010464","full_name":"pistatium/android_review_watcher","owner":"pistatium","description":"✨ Tools for periodically obtaining new reviews of Android applications","archived":false,"fork":false,"pushed_at":"2017-02-07T13:44:54.000Z","size":69,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-20T01:56:37.241Z","etag":null,"topics":["android","review","slack"],"latest_commit_sha":null,"homepage":"","language":"Go","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/pistatium.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":"2017-01-25T11:59:46.000Z","updated_at":"2022-01-01T08:53:55.000Z","dependencies_parsed_at":"2022-09-03T19:41:53.273Z","dependency_job_id":null,"html_url":"https://github.com/pistatium/android_review_watcher","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/pistatium/android_review_watcher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pistatium%2Fandroid_review_watcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pistatium%2Fandroid_review_watcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pistatium%2Fandroid_review_watcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pistatium%2Fandroid_review_watcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pistatium","download_url":"https://codeload.github.com/pistatium/android_review_watcher/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pistatium%2Fandroid_review_watcher/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28987273,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T18:17:03.387Z","status":"ssl_error","status_checked_at":"2026-02-01T18:16:57.287Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["android","review","slack"],"created_at":"2026-02-01T19:30:43.098Z","updated_at":"2026-02-01T19:30:43.160Z","avatar_url":"https://github.com/pistatium.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# android_review_watcher\n\n[![CircleCI](https://circleci.com/gh/pistatium/android_review_watcher/tree/master.svg?style=svg)](https://circleci.com/gh/pistatium/android_review_watcher/tree/master)\n\nThis application is a tool to get reviews of your Android apps and notify to Slack.\nIt is using a Google API official API to get reviews.\n\n\n![capture.png](https://raw.githubusercontent.com/pistatium/android_review_watcher/master/resources/capture.png)\n\n## HowToUse\n\n### Require files\n\n* `config.toml`\n  * This file is configuration of your Slack's WebHook, the package names of the application you want to obtain, etc\n  * You can set multiple applications at once.\n  * Please copy config.toml.sample and custom it.\n  \n* `service_account.json`\n  * This file is OAuth key of GooglePlayAPIs.\n  * Please download according to the procedure below.\n     * https://developers.google.com/android-publisher/getting_started\n\n### Execute\n\n```bash\n# Download Zip (for Linux)\n#   https://github.com/pistatium/android_review_watcher/releases\n./android_review_watcher -c config.toml -o service_account.json\n```\n\nor\n\n```bash\ngit clone https://github.com/pistatium/android_review_watcher.git\ncd android_review_watcher/cmd/android_review_watcher\ngo get\ngo build\n./android_review_watcher -c config.toml -o service_account.json\n```\n\n\n### Run periodically\nThis script is not a daemon.\nPlease run the command at the timing you want.\nThe same review is controlled not to be reposted.\n\nIf you want to use crontab, configure like this\n\n```\n0 */3 * * * cd /path/to/android_review_watcher; ./android_review_watcher\n```\n\n## References\n* https://developers.google.com/android-publisher/api-ref/reviews\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpistatium%2Fandroid_review_watcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpistatium%2Fandroid_review_watcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpistatium%2Fandroid_review_watcher/lists"}