{"id":20894045,"url":"https://github.com/urpagin/mcconnectbot","last_synced_at":"2026-04-29T20:32:52.436Z","repository":{"id":228673125,"uuid":"774626853","full_name":"Urpagin/McConnectBot","owner":"Urpagin","description":"Connects multiple offline bots to a Minecraft server using botcraft.","archived":false,"fork":false,"pushed_at":"2024-03-20T11:38:31.000Z","size":73,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-24T19:45:00.299Z","etag":null,"topics":["boost","bot","bot-command","botcraft","build-system","cmake","cpp","debian","dependencies","git","installation","linux","make","minecraft","minecraft-server","multi-bot","offline-mode","openssl","server","submodules"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Urpagin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-03-19T22:05:30.000Z","updated_at":"2025-08-21T21:58:29.000Z","dependencies_parsed_at":"2024-03-19T23:25:33.982Z","dependency_job_id":"8580749c-ce8d-4af4-a38c-3ea963b43a3a","html_url":"https://github.com/Urpagin/McConnectBot","commit_stats":null,"previous_names":["urpagin/mcconnectbot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Urpagin/McConnectBot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Urpagin%2FMcConnectBot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Urpagin%2FMcConnectBot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Urpagin%2FMcConnectBot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Urpagin%2FMcConnectBot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Urpagin","download_url":"https://codeload.github.com/Urpagin/McConnectBot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Urpagin%2FMcConnectBot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32443498,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T20:22:27.477Z","status":"ssl_error","status_checked_at":"2026-04-29T20:22:26.507Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["boost","bot","bot-command","botcraft","build-system","cmake","cpp","debian","dependencies","git","installation","linux","make","minecraft","minecraft-server","multi-bot","offline-mode","openssl","server","submodules"],"created_at":"2024-11-18T10:18:02.406Z","updated_at":"2026-04-29T20:32:52.416Z","avatar_url":"https://github.com/Urpagin.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"![command line program](https://github.com/Urpagin/McConnectBot/assets/72459611/f0b54f49-50ca-461e-985a-deff9ba00b7c)\n![five bots saying the same thing at the same time](https://github.com/Urpagin/McConnectBot/assets/72459611/c9dbb529-a0b7-43b0-838b-5b9c36739de6)\n\n## Purpose\nMade to connect *n* number of bots to a Mincraft server, in offline mode though.\nThen those bots all have the possibility to send simultaneously a command.\n\n## Disclaimer\nThis is, for now, a quick project done swiftly to get to learn C++.\nSo this is no good-looking repo.\n\n## Requirements\n### Building\n- Git\n- CMake \u0026 Make\n- g++\n### Dependencies\n- Boost\n- OpenSSL\n### Install all dependecy (Debian-based command)\nCommand to install all required packages on Debian-based Linux distributions.\n```bash\nsudo apt-get install libssl-dev g++ git openssl cmake libboost-all-dev -y\n```\n### Auto installs \u0026 builds for you (Debian-based command)\n```bash\nsudo apt-get install libssl-dev g++ git openssl cmake libboost-all-dev -y \u0026\u0026 git clone --recurse-submodules https://github.com/Urpagin/McConnectBot.git \u0026\u0026 cd McConnectBot \u0026\u0026 mkdir build \u0026\u0026 cd build \u0026\u0026 cmake .. \u0026\u0026 make -j$(nproc) \u0026\u0026 echo 'Now execute with ./bin/McConnectBot'\n```\n\n## How to install\n\n```bash\ngit clone --recurse-submodules https://github.com/Urpagin/McConnectBot.git\n```\n\n```bash\ncd McConnectBot \u0026\u0026 mkdir build \u0026\u0026 cd build\n```\n\n```bash\ncmake ..\n```\nGood luck if you only have a few cores. Grab a drink\n```bash\nmake -j$(nproc)\n```\nCongratulations! (hopefully nothing explodes or bugs out)\n```bash\n./bin/McConnectBot\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Furpagin%2Fmcconnectbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Furpagin%2Fmcconnectbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Furpagin%2Fmcconnectbot/lists"}