{"id":13646813,"url":"https://github.com/bradleyboy/standbot","last_synced_at":"2025-08-16T22:34:29.467Z","repository":{"id":38865565,"uuid":"100189690","full_name":"bradleyboy/standbot","owner":"bradleyboy","description":"Scheduled team standups in Slack","archived":false,"fork":false,"pushed_at":"2023-04-18T20:10:43.000Z","size":558,"stargazers_count":10,"open_issues_count":19,"forks_count":14,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-06T05:43:17.781Z","etag":null,"topics":["bot","nodejs","slack"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/bradleyboy.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-08-13T16:27:54.000Z","updated_at":"2023-02-02T13:06:38.000Z","dependencies_parsed_at":"2024-01-14T09:59:41.969Z","dependency_job_id":"f24ad4f2-bc98-421e-8da7-270b1afee28b","html_url":"https://github.com/bradleyboy/standbot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bradleyboy/standbot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bradleyboy%2Fstandbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bradleyboy%2Fstandbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bradleyboy%2Fstandbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bradleyboy%2Fstandbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bradleyboy","download_url":"https://codeload.github.com/bradleyboy/standbot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bradleyboy%2Fstandbot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270781201,"owners_count":24643805,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-16T02:00:11.002Z","response_time":91,"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":["bot","nodejs","slack"],"created_at":"2024-08-02T01:03:08.064Z","updated_at":"2025-08-16T22:34:29.431Z","avatar_url":"https://github.com/bradleyboy.png","language":"JavaScript","readme":"# standbot\n\nBecause the world needs one more bot.\n\n## Hacking on standbot\n\nClone the repo, cd into it, then run:\n\n```\nnpm install\n```\n\nBefore running it, copy config.template.js to config.js and edit the values. You will need a Slack API token for the bot. The rest of the configuration is well documented in the template.\n\nTo start it up:\n\n```\nnpm run reset\nnpm start\n```\n\nData is persisted in a sqlite database at `storage/db.sqlite`. Note that running a reset will delete and recreate that database.\n\nCode formatting consitency is maintained via `prettier`. Please make sure any changes you propose have been run through prettier with the following options: `--single quote --trailing-comma es5`.\n\n## Running on Docker\n\nIn this directory, build the image:\n\n```\ndocker build -t standbot .\n```\n\nTo run it, create your config.js file and also create a directory to mount for the sqlite database. Then run the container:\n\n```\ndocker run -d \\\n  -v /path/to/config.js:/usr/src/app/config.js \\\n  -v /path/to/storage/directory:/usr/src/app/storage \\\n  standbot\n```\n","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbradleyboy%2Fstandbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbradleyboy%2Fstandbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbradleyboy%2Fstandbot/lists"}