{"id":13409864,"url":"https://github.com/DiscordPP/discordpp","last_synced_at":"2025-03-14T15:30:59.718Z","repository":{"id":6118160,"uuid":"54815299","full_name":"DiscordPP/discordpp","owner":"DiscordPP","description":"A Modularized C++ Library for the Discord API","archived":false,"fork":false,"pushed_at":"2024-04-24T13:56:03.000Z","size":225,"stargazers_count":187,"open_issues_count":1,"forks_count":16,"subscribers_count":14,"default_branch":"master","last_synced_at":"2024-05-02T02:36:39.843Z","etag":null,"topics":["c-plus-plus","cpp","discord","discord-api","discord-api-v9","discord-api-wrapper","discord-lib","discord-library","discordpp"],"latest_commit_sha":null,"homepage":"https://discordpp.theundarkpixel.com/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DiscordPP.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["UndarkAido"]}},"created_at":"2016-03-27T06:07:32.000Z","updated_at":"2024-05-30T04:34:21.716Z","dependencies_parsed_at":"2024-01-13T17:10:38.530Z","dependency_job_id":"5194a174-d1c3-427a-802b-74ada63ab40f","html_url":"https://github.com/DiscordPP/discordpp","commit_stats":{"total_commits":242,"total_committers":18,"mean_commits":"13.444444444444445","dds":"0.23140495867768596","last_synced_commit":"daf04ea3be264c7be4314f64559f9de72c677d9c"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DiscordPP%2Fdiscordpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DiscordPP%2Fdiscordpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DiscordPP%2Fdiscordpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DiscordPP%2Fdiscordpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DiscordPP","download_url":"https://codeload.github.com/DiscordPP/discordpp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243600549,"owners_count":20317295,"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":["c-plus-plus","cpp","discord","discord-api","discord-api-v9","discord-api-wrapper","discord-lib","discord-library","discordpp"],"created_at":"2024-07-30T20:01:03.777Z","updated_at":"2025-03-14T15:30:59.369Z","avatar_url":"https://github.com/DiscordPP.png","language":"C++","readme":"# Discord++\n\nA Modularized C++ Library for the Discord API\n\n[![GitHub stars](https://img.shields.io/github/stars/DiscordPP/discordpp?style=for-the-badge)](https://github.com/DiscordPP/discordpp/stargazers)[![Discord](https://img.shields.io/discord/164234463247597568?color=%237289DA\u0026label=Discord\u0026style=for-the-badge)](https://discord.gg/VHAyrvspCx)\n\n## Links\n\n* [Discord Server](https://discord.gg/4stCdkDHw6)\n* [Echo: Example / Template Bot](https://github.com/DiscordPP/echo-bot)\n\n## Dependencies\n\n### Required\n\n* [Boost](http://www.boost.org/) (If using a Beast module)\n* [OpenSSL](https://www.openssl.org)\n* A Discord++ REST module\n    * [REST: Simple-Web-Server](https://github.com/DiscordPP/rest-simpleweb)\n    * [REST: Beast](https://github.com/DiscordPP/rest-beast)\n* A Discord++ WebSocket module\n    * [WebSocket: Simple-WebSocket-Server](https://github.com/DiscordPP/websocket-simpleweb)\n    * [WebSocket: Beast](https://github.com/DiscordPP/websocket-beast)\n        * Currently broken\n\n### Included \u003csup\u003e(Git submodules)\u003c/sup\u003e\n\n* [nlohmann::json](https://github.com/nlohmann/json)\n* [Asio](https://github.com/chriskohlhoff/asio/) (You can remove the submodule if Asio is being provided by Boost)\n\n### Recommended Plugins\n\n* [Plugin: RateLimit](https://github.com/DiscordPP/plugin-ratelimit) handes rate limiting\n    * Without this plugin, Discord++ exits when encountering a rate limit for your safety\n* [Plugin: Overload](https://github.com/DiscordPP/plugin-overload) provides overloads for the websocket  `send` function\n  to create `std::shared_ptr`s for you and provides some sane defaults when you don't need all their arguments.\n* [Plugin: Responder](https://github.com/DiscordPP/plugin-responder) provides a simple interface for detecting commands\n  in the form of a character and a string, e.g. `!help`\n* [Plugin: Native](https://github.com/DiscordPP/plugin-netive) provides extensions to the default `call`\n  , `callJson`, and `callFile` methods specific to different endpoints as well as native C++ objects for Discord's JSON structures\n* You can find more plugins on the [#discordpp-plugin](https://github.com/topics/discordpp-plugin) tag\n\n## Usage\n\nSee [the Wiki](https://github.com/DiscordPP/discordpp/wiki) for setup and configuration\n","funding_links":["https://github.com/sponsors/UndarkAido"],"categories":["API Libraries","Other projects","Libraries"],"sub_categories":["C++"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDiscordPP%2Fdiscordpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FDiscordPP%2Fdiscordpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDiscordPP%2Fdiscordpp/lists"}