{"id":19279354,"url":"https://github.com/karboxxx/discord-cpp-bot","last_synced_at":"2026-05-15T18:32:49.126Z","repository":{"id":133346358,"uuid":"593159875","full_name":"KarboXXX/discord-cpp-bot","owner":"KarboXXX","description":"My discord bot made using only C++ programming language.","archived":false,"fork":false,"pushed_at":"2023-05-10T03:54:20.000Z","size":2235,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-26T06:39:28.751Z","etag":null,"topics":["bot","cpp","discord","dpp","hpp","make"],"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/KarboXXX.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}},"created_at":"2023-01-25T11:33:02.000Z","updated_at":"2023-01-31T03:07:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"b4959b2b-bd8f-4e16-8b08-ff432874b188","html_url":"https://github.com/KarboXXX/discord-cpp-bot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KarboXXX/discord-cpp-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KarboXXX%2Fdiscord-cpp-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KarboXXX%2Fdiscord-cpp-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KarboXXX%2Fdiscord-cpp-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KarboXXX%2Fdiscord-cpp-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KarboXXX","download_url":"https://codeload.github.com/KarboXXX/discord-cpp-bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KarboXXX%2Fdiscord-cpp-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33074840,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["bot","cpp","discord","dpp","hpp","make"],"created_at":"2024-11-09T21:14:43.848Z","updated_at":"2026-05-15T18:32:49.108Z","avatar_url":"https://github.com/KarboXXX.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\u003cimg width=\"200\" height=\"200\" src=\"https://cdn-icons-png.flaticon.com/512/6132/6132222.png\"/\u003e\n\u003ch1\u003eKarboX C++ Discord Bot\u003c/h1\u003e\n\u003cb\u003e\u003cp\u003eA nice C++ discord bot made by me!\u003c/p\u003e\u003c/b\u003e\n\u003cbr\u003e\n\n[![forthebadge](https://forthebadge.com/images/badges/built-with-swag.svg)](https://forthebadge.com)\n\n\u003cbr\u003e\n\n[![codefactor](https://www.codefactor.io/repository/github/karboxxx/discord-cpp-bot/badge)](https://www.codefactor.io/repository/github/karboxxx/discord-cpp-bot)\n[![GitHub issues](https://img.shields.io/github/issues/KarboXXX/discord-cpp-bot)](https://github.com/KarboXXX/discord-cpp-bot/issues)\n[![GitHub stars](https://img.shields.io/github/stars/KarboXXX/discord-cpp-bot?color=ff69b4)](https://github.com/KarboXXX/discord-cpp-bot/stargazers)\n[![GitHub forks](https://img.shields.io/github/forks/KarboXXX/discord-cpp-bot?color=ff69b4)](https://github.com/KarboXXX/discord-cpp-bot/network)\n\u003c/div\u003e\n\n## 🖥️ About\n- This project is owned by [@KarboXXX](https://github.com/KarboXXX).\n- This project is still being made, i'll also add language support for Portuguese where it does not exist, even though it's my native language.\n- I'm not recommending you to use C++ to code a Discord bot, instead of NodeJS or Python. This is just a project i'm doing for fun, and to practice more about C++.\n\n## 📚 Libraries \u0026 dependencies\n- [DPP](https://dpp.dev)\n\n## 🏗️ Bulding\n- First install the project dependency from the official website, for your current platform. Note that you can also install it using VCPKG, using `vcpkg install dpp:x64-windows` (replace `x64-windows` with whatever operational system you're building for.)\n- After that, clone the repository running `git clone KarboXXX/discord-cpp-bot` (note that you'll need Git installed on your machine.)\n- - To install Git on Linux for Debian derivatives, run `sudo apt-get install git`\n- - On Windows 10/11 you'll need to search for the official release, if you don't have **winget**.\n- Then, on the project root folder, run `make`. If it's not your first time compiling, and you've changed the source code, and just want to run it right after compiling, you can run `make recompile` to automate this process. If you prefer a better performing version of the compiled project, in exchange for extra build time, you can run `make effective-build`\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarboxxx%2Fdiscord-cpp-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkarboxxx%2Fdiscord-cpp-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarboxxx%2Fdiscord-cpp-bot/lists"}