{"id":18082680,"url":"https://github.com/devparada/ritmosbot","last_synced_at":"2026-05-09T14:32:58.473Z","repository":{"id":259773359,"uuid":"868910702","full_name":"devparada/RitmosBot","owner":"devparada","description":"Bot de música que permite a los usuarios disfrutar de su música en Discord","archived":false,"fork":false,"pushed_at":"2025-03-08T14:10:31.000Z","size":672,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T23:12:57.088Z","etag":null,"topics":["bot","discord","discordjs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devparada.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":"2024-10-07T11:56:44.000Z","updated_at":"2025-03-08T14:10:34.000Z","dependencies_parsed_at":"2024-11-14T19:25:17.560Z","dependency_job_id":"594a990c-6661-4f48-b78b-ce137350f3bb","html_url":"https://github.com/devparada/RitmosBot","commit_stats":null,"previous_names":["devparada/ritmosbot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devparada%2FRitmosBot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devparada%2FRitmosBot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devparada%2FRitmosBot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devparada%2FRitmosBot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devparada","download_url":"https://codeload.github.com/devparada/RitmosBot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247411243,"owners_count":20934654,"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","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","discord","discordjs"],"created_at":"2024-10-31T14:05:33.711Z","updated_at":"2026-05-09T14:32:58.463Z","avatar_url":"https://github.com/devparada.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\r\n\r\n\u003cimg src=\"https://github.com/devparada/RitmosBot/blob/main/img/logo.png?raw=true\" width=160\u003e\r\n\r\n# RitmosBot\r\nBot de música que permite a los usuarios disfrutar de su música en Discord\r\n\r\n\u003c/div\u003e\r\n\r\n\u003e [!NOTE]\r\n\u003e Este bot está en desarrollo\r\n\r\n## 🎵 Características\r\n\r\n- Streaming de alta calidad: Reproduce música de Youtube y Spotify con alta calidad.\r\n- Mensajes embed sobre la canción que se está reproduciendo o cuando se skipea por ejemplo.\r\n- Comandos de reproducción: Fácil de usar con comandos slash /play, /skip, /stop, /queue y /shuffle.\r\n\r\n## ⚙️ Instalación\r\n\r\n1. **Clona el repositorio**\r\n   ```bash\r\n   git clone https://github.com/devparada/RitmosBot.git\r\n   cd RitmosBot\r\n   ```\r\n\r\n2. **Instala todas las dependencias**\r\n   ```bash\r\n   pnpm install --frozen-lockfile --ignore-scripts\r\n   ```\r\n\r\n   \u003e **💡 Instalar PNPM:** Para usar pnpm sin instalarlo manualmente:\r\n   \u003e\r\n   \u003e ```bash\r\n   \u003e corepack enable\r\n   \u003e corepack prepare pnpm@latest --activate\r\n   \u003e ```\r\n\r\n3. **Configura tus variables de entorno**\r\n\r\n   Modifica el archivo `env` con tus variables de entorno y cambia la variable `ENVIROMENT` a `production`.\r\n\r\n4. **Compila los archivos .ts**\r\n   ```bash\r\n   npm run build\r\n   ```\r\n5. **Elimina las dependencias de desarrollo**\r\n   ```bash\r\n   pnpm prune --prod\r\n   ```\r\n6. **Inicia el bot**\r\n   ```bash\r\n   node .\r\n   ```\r\n\r\n\u003e **💡 Consejo:** Si quieres ejecutar los tests o aplicar Biome, instala todas las dependencias:  \r\n\u003e ```bash\r\n\u003e pnpm install --frozen-lockfile --ignore-scripts\r\n\u003e ```\r\n\r\n## 🚀 Tecnologías\r\n\r\n![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge\u0026logo=javascript\u0026logoColor=%23F7DF1E)\r\n![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge\u0026logo=typescript\u0026logoColor=white)\r\n![NodeJS](https://img.shields.io/badge/node.js-339933?style=for-the-badge\u0026logo=Node.js\u0026logoColor=white)\r\n![PNPM](https://img.shields.io/badge/pnpm-%234a4a4a.svg?style=for-the-badge\u0026logo=pnpm\u0026logoColor=f69220)\r\n![Jest](https://img.shields.io/badge/Jest-323330?style=for-the-badge\u0026logo=Jest\u0026logoColor=white)\r\n\r\n## 📄 Licencia\r\n\r\nEste proyecto está bajo la licencia GPL v3. Puedes ver el archivo [Licencia](https://github.com/devparada/RitmosBot/blob/main/LICENSE) para ver más detalles.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevparada%2Fritmosbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevparada%2Fritmosbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevparada%2Fritmosbot/lists"}