{"id":15145857,"url":"https://github.com/kagchi/noteblock","last_synced_at":"2025-10-09T10:11:43.245Z","repository":{"id":38356818,"uuid":"347332110","full_name":"KagChi/noteblock","owner":"KagChi","description":"A open-source music bot based on lavalink.","archived":false,"fork":false,"pushed_at":"2024-06-02T21:28:00.000Z","size":326,"stargazers_count":120,"open_issues_count":22,"forks_count":107,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-22T21:06:37.199Z","etag":null,"topics":["discord","discord-akairo","discord-akairo-bots","discord-js","discord-js-example","discord-js-music-bot","discord-music","discord-music-bot","lavalink","lavalink-discord","lavalink-musicbot","lavaplayer","music-bot","music-bot-discord","music-discord-bot","music-player","noteblock","soundcloud","spotify","youtube"],"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/KagChi.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":"2021-03-13T09:51:56.000Z","updated_at":"2025-05-08T14:31:21.000Z","dependencies_parsed_at":"2023-11-18T00:53:20.593Z","dependency_job_id":"e3e495d0-2e40-41bc-98a0-435085e11c4f","html_url":"https://github.com/KagChi/noteblock","commit_stats":{"total_commits":171,"total_committers":8,"mean_commits":21.375,"dds":"0.42105263157894735","last_synced_commit":"e5e367ffc2619d0289a1a0ca7afdce1823f9dcd8"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KagChi/noteblock","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KagChi%2Fnoteblock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KagChi%2Fnoteblock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KagChi%2Fnoteblock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KagChi%2Fnoteblock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KagChi","download_url":"https://codeload.github.com/KagChi/noteblock/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KagChi%2Fnoteblock/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001323,"owners_count":26083040,"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-10-09T02:00:07.460Z","response_time":59,"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":["discord","discord-akairo","discord-akairo-bots","discord-js","discord-js-example","discord-js-music-bot","discord-music","discord-music-bot","lavalink","lavalink-discord","lavalink-musicbot","lavaplayer","music-bot","music-bot-discord","music-discord-bot","music-player","noteblock","soundcloud","spotify","youtube"],"created_at":"2024-09-26T11:43:18.220Z","updated_at":"2025-10-09T10:11:43.229Z","avatar_url":"https://github.com/KagChi.png","language":"JavaScript","readme":"\u003ca href=\"https://github.com/KagChi/noteblock\"\u003e \u003cimg align=\"right\" src=\"https://cdn.discordapp.com/avatars/584333920875708426/8a4ed8376a2c612e30270783b74b6901.jpg?size=2048\" width=\"150\"\u003e\u003c/a\u003e\n\n\u003e [@noteblock](https://github.com/KagChi/noteblock) (An open-source music bot based on lavalink.) 🤖: Version: 1.3.0.\n\n🎵 | Listen to a music with style! Feature rich with high quality music from YouTube/Soundcloud.\n\n## Self Hosting\n - Fill `config.js`\n - rename `.env.scheme` to `.env`\n - Node.JS requirements `16.6.x`\n\n## Slash Commands\n\nif you want to use the slash commands do:\n - go to config.js\n - if `updateSlash` show `false` change to `true`\n - start bot\n - change again to false\n\n*you only can do this if the bot doesnt have slash commands.*\n  \n## Running The Code\n - npm i \n - npm start \n - npm start:normal (for normal start, not running bash file, if your machine does not support node.js v16)\n## Plugin Used\n - better-erela.js-spotify [Link](https://www.npmjs.com/package/better-erela.js-spotify)\n - erela.js-deezer [Link](https://www.npmjs.com/package/erela.js-deezer)\n\n## Feature\n - Spotify support (no api key required)\n - Lavalink\n - Lightweight\n\n## Replit\n - Go to [replit.com](https://replit.com) and create account\n - Click `Create` and then `Import From Github`\n - Paste the link E.g `https://github.com/KagChi/noteblock`\n - get your bot token [Discord Developer Portal](https://discord.com/developers/applications)\n - paste your token to `.env` with variable `DISCORD_TOKEN= yOuR nIcE tOkEn`\n - run the code\n\n## Glitch\n - Go to [glitch.com](https://glitch.com) and create account\n - Click `New Project` and then `Import From Github`\n - Paste the link E.g `https://github.com/KagChi/noteblock`\n - get your bot token [Discord Developer Portal](https://discord.com/developers/applications)\n - paste your token to `.env` with variable `DISCORD_TOKEN= yOuR nIcE tOkEn`\n \n## Disclaimer\n - please support the project by give the project star\n - please don't sell the code under any circumstances, the code will always free.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkagchi%2Fnoteblock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkagchi%2Fnoteblock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkagchi%2Fnoteblock/lists"}