{"id":28573745,"url":"https://github.com/sobotics/spotdetector","last_synced_at":"2026-02-11T17:35:56.742Z","repository":{"id":36987756,"uuid":"163893964","full_name":"SOBotics/SpotDetector","owner":"SOBotics","description":"A bot designed to seek out and provide feedback about potentially bad reviews.","archived":false,"fork":false,"pushed_at":"2023-08-26T23:09:23.000Z","size":1041,"stargazers_count":5,"open_issues_count":4,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2026-02-06T00:23:11.149Z","etag":null,"topics":["chatbot","moderation-bot"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SOBotics.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}},"created_at":"2019-01-02T21:59:01.000Z","updated_at":"2022-04-11T10:04:12.000Z","dependencies_parsed_at":"2023-02-12T19:15:55.644Z","dependency_job_id":"1bbc7e4e-f6aa-4ca9-b79f-a2602ec4453c","html_url":"https://github.com/SOBotics/SpotDetector","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SOBotics/SpotDetector","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SOBotics%2FSpotDetector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SOBotics%2FSpotDetector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SOBotics%2FSpotDetector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SOBotics%2FSpotDetector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SOBotics","download_url":"https://codeload.github.com/SOBotics/SpotDetector/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SOBotics%2FSpotDetector/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29339725,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T16:14:43.024Z","status":"ssl_error","status_checked_at":"2026-02-11T16:14:15.258Z","response_time":97,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["chatbot","moderation-bot"],"created_at":"2025-06-10T21:19:14.265Z","updated_at":"2026-02-11T17:35:56.724Z","avatar_url":"https://github.com/SOBotics.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SpotDetector\r\n\r\n![](https://i.imgur.com/nwtax7a.png)\r\n\r\n# About\r\n\r\n[![build](https://github.com/SOBotics/SpotDetector/actions/workflows/nodejs.yml/badge.svg)](https://github.com/SOBotics/SpotDetector/actions/workflows/nodejs.yml) ![GitHub](https://img.shields.io/github/license/SOBotics/SpotDetector?color=%2358a6ff)\r\n\r\nA bot designed to seek out and provide feedback about potentially bad reviews.\r\n\r\n# Check it out\r\n\r\n\u003e SpotDetector is currently inactive\r\n\r\nYou can find it in the [SOBotics Room](https://chat.stackoverflow.com/rooms/111347/sobotics) running under the user [SpotDetector](https://stackoverflow.com/users/10162108/spotdetector).\r\n\r\n# Post Timelines\r\n\r\nThe bot has a built-in parser for post timelines:\r\n\r\n| Field         | Type                              | Description       |\r\n| ------------- | --------------------------------- | ----------------- |\r\n| `deletions`   | `Record\u003cstring, DeletionEvent\u003e`   | deletion events   |\r\n| `reviews`     | `Record\u003cstring, ReviewEvent\u003e`     | review events     |\r\n| `undeletions` | `Record\u003cstring, UndeletionEvent\u003e` | undeletion events |\r\n| `userId`      | `string`                          | post author id    |\r\n\r\n## Events\r\n\r\nEach event type is a record of events keyed on event ids.\r\n\r\n### Deletions\r\n\r\n| Field    | Type               | Description           |\r\n| -------- | ------------------ | --------------------- |\r\n| `by`     | `string[]`         | ids of deleting users |\r\n| `date`   | `string`           | event date            |\r\n| `reason` | `PostDeleteReason` | deletion reason       |\r\n\r\n### Reviews\r\n\r\n| Field    | Type                     | Description          |\r\n| -------- | ------------------------ | -------------------- |\r\n| `link`   | `string`                 | review link          |\r\n| `result` | `PostReviewResult`       | review outcome       |\r\n| `type`   | `ReviewType`             | review type          |\r\n| `votes`  | `Record\u003cstring, number\u003e` | votes cast breakdown |\r\n\r\n### Undeletions\r\n\r\n| Field    | Type                 | Description           |\r\n| -------- | -------------------- | --------------------- |\r\n| `by`     | `string[]`           | ids of deleting users |\r\n| `date`   | `string`             | event date            |\r\n| `reason` | `PostUndeleteReason` | deletion reason       |\r\n\r\n# Environment variables\r\n\r\n| Variable       | Type   | Required? | Default | Description                          |\r\n| -------------- | ------ | --------- | ------- | ------------------------------------ |\r\n| API_KEY        | string | yes       | -       | Stack Exchange API key               |\r\n| CHAT_EMAIL     | string | yes       | -       | Chat account email address           |\r\n| CHAT_PASSWORD  | string | yes       | -       | Chat account password                |\r\n| CHAT_ROOM      | string | yes       | -       | Room id to report to                 |\r\n| REPORT_DAYS    | number | no        | `8`     | Number of days to report             |\r\n| REPORT_REVIEWS | number | no        | `4`     | Number of reviews to report          |\r\n| REPORT_USER    | number | yes       | -       | Chat id of the user to report to     |\r\n| REVIEW_PAGES   | number | no        | `100`   | Max number of review pages to scrape |\r\n| STACKAPPS_POST | number | no        | `8091`  | StackApps post id                    |\r\n| TENK_EMAIL     | string | yes       | -       | Account email address (10K+ rep)     |\r\n| TENK_PASSWORD  | string | yes       | -       | Account password (10K+ rep)          |\r\n\r\n# License\r\n\r\nAll code is licensed under [GPL-3.0-only](https://spdx.org/licenses/GPL-3.0-only.html) license.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsobotics%2Fspotdetector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsobotics%2Fspotdetector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsobotics%2Fspotdetector/lists"}