{"id":22057079,"url":"https://github.com/fspoettel/moin-bot","last_synced_at":"2026-04-20T10:02:53.070Z","repository":{"id":49588425,"uuid":"356923668","full_name":"fspoettel/moin-bot","owner":"fspoettel","description":"📟 A discord bot for website monitoring","archived":false,"fork":false,"pushed_at":"2022-04-26T07:18:32.000Z","size":216,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-23T16:26:13.889Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/fspoettel.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}},"created_at":"2021-04-11T16:45:33.000Z","updated_at":"2022-04-26T07:18:35.000Z","dependencies_parsed_at":"2022-09-21T19:02:26.052Z","dependency_job_id":null,"html_url":"https://github.com/fspoettel/moin-bot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fspoettel/moin-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fspoettel%2Fmoin-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fspoettel%2Fmoin-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fspoettel%2Fmoin-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fspoettel%2Fmoin-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fspoettel","download_url":"https://codeload.github.com/fspoettel/moin-bot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fspoettel%2Fmoin-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32042293,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"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-30T16:16:05.400Z","updated_at":"2026-04-20T10:02:53.033Z","avatar_url":"https://github.com/fspoettel.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# moin-bot\n\n\u003e (work in progress) discord bot for website monitoring\n\n## deploy\n\n```sh\nsudo dokku plugin:install https://github.com/dokku/dokku-postgres.git postgres\nsudo dokku plugin:install https://github.com/dokku/dokku-redis.git redis\n\nsudo dokku apps:create moin\nsudo dokku redis:create moin-redis\nsudo dokku postgres:create moin-postgres\nsudo dokku redis:link moin-redis moin\nsudo dokku postgres:link moin-postgres moin\nsudo dokku ps:scale moin worker=1 web=0\n\n# first time setup\nsudo dokku enter moin\nyarn prisma:seed\n```\n\n## scripts\n\n### add a http status check\n\n```sh\nyarn statuscheck:http:add --domain example.com --path /\n# with optional params\nyarn statuscheck:http:add --domain example.com --path / --label foo --protocol http --interval 50\n```\n\n* **domain** (string) - required\n* **path** (string) - required\n* **label** (optional) - defaults to `--domain`\n* **protocol** (optional) - defaults to `https`\n* **interval** (optional) - defaults to `60` (seconds)\n* **threshold** (optional) - # of failing checks before a notification is sent. defaults to `1`\n\n### remove a status check\n\n```sh\n# delete by id\nyarn statuscheck:remove --id 1234\n# or by label\nyarn statuscheck:remove --label example.com\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffspoettel%2Fmoin-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffspoettel%2Fmoin-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffspoettel%2Fmoin-bot/lists"}