{"id":29273991,"url":"https://github.com/stellar/devrel-discord-bot","last_synced_at":"2026-03-10T09:03:16.863Z","repository":{"id":284233777,"uuid":"954256405","full_name":"stellar/devrel-discord-bot","owner":"stellar","description":"Nest.js Discord Bot with deep, seamless integration to provide responsive support and improve DX.","archived":false,"fork":false,"pushed_at":"2025-06-13T11:09:47.000Z","size":9219,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":13,"default_branch":"main","last_synced_at":"2025-07-19T09:40:51.044Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stellar.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,"zenodo":null}},"created_at":"2025-03-24T19:55:08.000Z","updated_at":"2025-04-30T22:02:02.000Z","dependencies_parsed_at":"2025-07-19T06:36:41.958Z","dependency_job_id":null,"html_url":"https://github.com/stellar/devrel-discord-bot","commit_stats":null,"previous_names":["stellar/devrel-discord-bot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/stellar/devrel-discord-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stellar%2Fdevrel-discord-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stellar%2Fdevrel-discord-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stellar%2Fdevrel-discord-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stellar%2Fdevrel-discord-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stellar","download_url":"https://codeload.github.com/stellar/devrel-discord-bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stellar%2Fdevrel-discord-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30328275,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T05:25:20.737Z","status":"ssl_error","status_checked_at":"2026-03-10T05:25:17.430Z","response_time":106,"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":"2025-07-05T03:13:11.830Z","updated_at":"2026-03-10T09:03:16.833Z","avatar_url":"https://github.com/stellar.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv style=\"text-align: center;\" align=\"center\"\u003e\n\n\u003ca href=\"https://stellar.org/\" target=\"blank\"\u003e\u003cimg src=\"https://cdn.discordapp.com/discovery-splashes/897514728459468821/392c5ba8562a90a76fd4a57f5e8058e6.jpg?size=2048\" alt=\"Stellar Logo\" title=\"Stellar Logo\" width=\"100\" /\u003e\u003c/a\u003e\n\u003c/div\u003e\n\n\u003cdiv style=\"text-align: center;\" align=\"center\"\u003e\nStellar Discord Bot\u003c/div\u003e\n\n\u003cdiv style=\"text-align: center;\" align=\"center\"\u003e\n\n\u003ca href=\"https://github.com/anataliocs/stellar-discord-bot/actions\"\u003e\u003cimg alt=\"Build Status\" src=\"https://github.com/anataliocs/stellar-discord-bot/workflows/CI/badge.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/anataliocs/stellar-discord-bot/blob/main/LICENSE\"\u003e\u003cimg alt=\"License: MIT\" src=\"https://img.shields.io/badge/License-MIT-yellow.svg\"\u003e\u003c/a\u003e\n\u003c/div\u003e\n\n[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/anataliocs/stellar-discord-bot)\n\n## Table of Contents\n\n- [Description](#description)\n- [Project Setup](#project-setup)\n- [Compile and Run](#compile-and-run)\n- [Run Tests](#run-tests)\n- [Run Locally with Discord](#run-locally-with-discord)\n- [Docker](#docker)\n- [License](#license)\n\n## Description\n\n[Nest](https://github.com/nestjs/nest) TypeScript Discord Bot for\nthe [Stellar Development Foundation](https://stellar.org/).\n\nCheck out the Discord here [Stellar Discord](https://discord.com/invite/zVYdY3ktTn).\n\n## Project Setup\n\n### Prerequisites\n\n- Node.js \u003e= 20.x\n- pnpm\n- Docker (optional, for containerized deployment)\n\n### Installation\n\n```bash\n$ pnpm install\n```\n\n## Compile and run\n\n```bash\n# development\n$ pnpm run start\n\n# watch mode\n$ pnpm run start:dev\n\n# production mode\n$ pnpm run start:prod\n```\n\n## Run tests\n\n```bash\n# unit tests\n$ pnpm run test\n\n# e2e tests\n$ pnpm run test:e2e\n\n# test coverage\n$ pnpm run test:cov\n```\n\n## Health check\n\nhttp://localhost:3000/health\n\n\n## Docker\n\nBuild image locally\n\n```\ndocker build --platform linux/amd64 -t devrel-discord-bot .\n```\n\nPush to DockerHub\n\n``` \ndocker tag devrel-discord-bot:latest chrisstellar/devrel-discord-bot:latest\ndocker push chrisstellar/devrel-discord-bot:latest\n```\n\n## License\n\nNest is [MIT licensed](https://github.com/nestjs/nest/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstellar%2Fdevrel-discord-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstellar%2Fdevrel-discord-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstellar%2Fdevrel-discord-bot/lists"}