{"id":19384722,"url":"https://github.com/brunos3d/discogram","last_synced_at":"2026-04-14T06:33:36.168Z","repository":{"id":101227849,"uuid":"488097121","full_name":"brunos3d/discogram","owner":"brunos3d","description":null,"archived":false,"fork":false,"pushed_at":"2022-05-03T23:42:07.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-30T23:03:06.314Z","etag":null,"topics":["api","automate","bot","chat","discord","docker","message","telegram"],"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/brunos3d.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-05-03T06:12:44.000Z","updated_at":"2023-02-11T00:17:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"2eef3745-1caa-4f2d-ad5b-b1e44fb2f9df","html_url":"https://github.com/brunos3d/discogram","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/brunos3d/discogram","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brunos3d%2Fdiscogram","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brunos3d%2Fdiscogram/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brunos3d%2Fdiscogram/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brunos3d%2Fdiscogram/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brunos3d","download_url":"https://codeload.github.com/brunos3d/discogram/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brunos3d%2Fdiscogram/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31785677,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"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":["api","automate","bot","chat","discord","docker","message","telegram"],"created_at":"2024-11-10T09:32:15.053Z","updated_at":"2026-04-14T06:33:36.146Z","avatar_url":"https://github.com/brunos3d.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# discogram\n\n🤖 NODE.TS - Start your next discord bot project in seconds.\n\n## Installation\n\nClone project\n\n```\ngit clone git@github.com:BrunoS3D/discogram.git\ncd discogram\n```\n\nInstall dependencies\n\n```sh\nyarn install # or just yarn\n```\n\nCreate environment variable files `.env` and `.env.dev` based on [.env.example](./.env.example) on project root folder\n\n```bash\n# linux / macOS\ncp .env.example .env\ncp .env.example .env.dev\n```\n\n```bash\n# windows\ncopy .env.example .env\ncopy .env.example .env.dev\n```\n\n## Running on development environment\n\n\u003e ⚠ Remember to follow the [Installation](#Installation) steps before proceeding\n\nRunning the bot\n\n```sh\nyarn dev # or cross-env NODE_ENV=development env-cmd -f .env.dev tsnd --transpile-only --respawn --no-notify --ignore-watch node_modules ./src/index.ts\n```\n\n\u003e ⚠ Note that the loaded environment variables file is `.env.dev`\n\n## Running on production environment\n\n### With Docker\n\n\u003e ⚠ Remember to follow the [Installation](#Installation) steps before proceeding\n\n```bash\ndocker build -t your-app-name .\ndocker run -it --rm -e DISCORD_TOKEN=\"YOUR TOKEN HERE\" --name your-app-name your-app-name\n```\n\n### With Docker Compose\n\n\u003e ⚠ Remember to follow the [Installation](#Installation) steps before proceeding\n\n```bash\ndocker compose up -d\n```\n\n\u003e ⚠ Note that the loaded environment variables file is `.env`\n\n### Without Docker Compose\n\n\u003e ⚠ Remember to follow the [Installation](#Installation) steps before proceeding\n\nDirectly\n\n```bash\nyarn deploy\n```\n\n\u003e ⚠ Note that the loaded environment variables file is `.env`\n\nManually\n\n```bash\nyarn build\n```\n\nStartup bot\n\n```bash\nyarn start # or cross-env NODE_ENV=production env-cmd -f .env node ./dist/index.js\n```\n\n\u003e ⚠ Note that the loaded environment variables file is `.env`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrunos3d%2Fdiscogram","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrunos3d%2Fdiscogram","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrunos3d%2Fdiscogram/lists"}