Skip to content

Devincf/Discordpp

Repository files navigation

Discord++

Discord++ is a wrapper for the discord websocket and rest api written in c++

Features

  • Connect to the Discord Gateway and receive events

Planned:

  • Sending data through the REST-API
  • Send Webhooks to Discord
  • Ability to easily create commands

Dependencies

Discord++ uses a number of different libraries to work properly:

  • Boost - Provides a set of support for various tasks especially used by the other libraries
  • Json - Json formatter for c++ by nlohmann * Jsoncpp - Json formatter for c++
  • Websocketpp - Header only C++ library that implements RFC6455 The WebSocket Protocol.

Discord++ itself is open source with a public repository on GitHub.

Installation

To be updated

$ git clone https://github.com/Devincf/Discordpp.git

Development

Want to contribute? Great!

Just add or update whatever you want and create merge request

License

Apache

Free Software, Hell Yeah!