{"id":19272357,"url":"https://github.com/sdslabs/botdb","last_synced_at":"2026-03-04T05:01:45.470Z","repository":{"id":133257514,"uuid":"248800103","full_name":"sdslabs/botdb","owner":"sdslabs","description":"Self hostable single JSON Bucket for our Bot","archived":false,"fork":false,"pushed_at":"2020-03-20T20:41:50.000Z","size":7,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-04-21T22:36:11.892Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/sdslabs.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-20T16:18:02.000Z","updated_at":"2020-04-21T08:28:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"9431f674-64ad-40c1-8875-9b296b659a3e","html_url":"https://github.com/sdslabs/botdb","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sdslabs/botdb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdslabs%2Fbotdb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdslabs%2Fbotdb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdslabs%2Fbotdb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdslabs%2Fbotdb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sdslabs","download_url":"https://codeload.github.com/sdslabs/botdb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdslabs%2Fbotdb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30071895,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T03:25:38.285Z","status":"ssl_error","status_checked_at":"2026-03-04T03:25:05.086Z","response_time":59,"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":[],"created_at":"2024-11-09T20:36:25.837Z","updated_at":"2026-03-04T05:01:45.440Z","avatar_url":"https://github.com/sdslabs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# botdb\nSelf hostable single JSON Bucket for our [Slack Bot](https://github.com/sdslabs/bot).\n\n# Setup\n\n1. Clone the repository\n```\n  git clone https://github.com/sdslabs/botdb\n```\n\n2. Install node modules and install `pm2`\n```\n  cd botdb\n  npm i\n  npm i pm2 -g\n```\n\n3. Create `config.json` inside the repository root folder with contents:\n```json\n{\n  \"token\": \"\u003c secret bearer token \u003e\"\n}\n```\n\n4. Start the server\n```\n  pm2 start index.js\n```\n\n## API\n\nAll requests must have `Content-Type` header set to `application/json` and should have a `Bearer` authentication token. Token can be any string.\n\n* `GET /` - Get JSON contents.\n* `PUT /` - Write JSON contents. Body should be a valid JSON string. \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsdslabs%2Fbotdb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsdslabs%2Fbotdb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsdslabs%2Fbotdb/lists"}