{"id":27329533,"url":"https://github.com/brainboxdotcc/musicbot","last_synced_at":"2026-04-26T22:31:39.756Z","repository":{"id":103799236,"uuid":"411456455","full_name":"brainboxdotcc/musicbot","owner":"brainboxdotcc","description":"A simple and effective D++ powered music bot for streaming local music on Discord","archived":false,"fork":false,"pushed_at":"2022-09-11T13:14:36.000Z","size":31,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-12T12:59:03.977Z","etag":null,"topics":["bot","cpp","discord","dpp","music","music-bot"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brainboxdotcc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2021-09-28T22:32:02.000Z","updated_at":"2024-12-27T19:30:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"caa5a8a9-c2cc-4507-a794-1cd090ca0b65","html_url":"https://github.com/brainboxdotcc/musicbot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/brainboxdotcc/musicbot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brainboxdotcc%2Fmusicbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brainboxdotcc%2Fmusicbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brainboxdotcc%2Fmusicbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brainboxdotcc%2Fmusicbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brainboxdotcc","download_url":"https://codeload.github.com/brainboxdotcc/musicbot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brainboxdotcc%2Fmusicbot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32315711,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T21:09:39.134Z","status":"ssl_error","status_checked_at":"2026-04-26T21:09:21.240Z","response_time":129,"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":["bot","cpp","discord","dpp","music","music-bot"],"created_at":"2025-04-12T12:55:42.062Z","updated_at":"2026-04-26T22:31:39.750Z","avatar_url":"https://github.com/brainboxdotcc.png","language":"C++","readme":"# D++ Local Music Bot (Pickle Rick)\n\nThis is a basic streaming bot for Discord powered by the [D++ library](https://dpp.dev) which streams a local MP3 collection from a directory. It has a secific use case and there are no plans to add streaming of YouTube etc to this bot (but you can fork this project and do what you want with it).\n\n## Compilation\n\n    mkdir build\n    cd build\n    cmake ..\n    make -j\n\nIf DPP is installed in a different location you can specify the root directory to look in while running cmake \n\n    cmake .. -DDPP_ROOT_DIR=\u003cyour-path\u003e\n\n## Running the template bot\n\nCreate a config.json in the directory above the build directory:\n\n```json\n{\n\"token\": \"your bot token here\", \n\"homedir\": \"/path/to/mp3s\",\n\"homeserver\": \"server id of server where the bot should run\"\n}\n```\n\nYou should then make a file called `songindex.txt` within the mp3 directory which contains a list of relative filenames of all MP3 files within that directory. You can build such a file with a command like `cd /path/to/mp3s; find . -name '*.mp3'`. When the bot is running, updating this text file immediately updates the index of available songs.\n\nStart the bot:\n\n    cd build\n    ./musicbot\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrainboxdotcc%2Fmusicbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrainboxdotcc%2Fmusicbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrainboxdotcc%2Fmusicbot/lists"}