Code Monkey home page Code Monkey logo

discord.cpp's Introduction

Discord.CPP Build Status

Discord.CPP or Discord.C++ is a C++ library for interaction with the Discord API.

Documentation

Doxygen-generated documentiomenation is available here.

Dependencies

The communication with Discord is build around cpprestsdk.
Libsodium and libopus are needed to encrypt voice data.

Features

The library is still in an early state of development, so many features are missing but will be added somewhere in the future. However below is an overview of features based on Discord's library comparision table.

REST API

Channel management

Feature working?
Create No
Delete Yes
DM Yes
History Yes
Info Read-only
Permission No

Invites

Feature working?
Create No
Delete No
Info No
Join No

Message management

Feature working?
Send Yes
Send File No
Edit Yes
Delete Yes

Role management

Feature working?
Create No
Delete No
Edit No
Info No

Server management

Feature working?
Create No
Delete Yes
Edit No
Info Yes
Kick Yes
Ban Yes
Unban Yes
Ban List No
Change owner No

User management

Feature working?
Manage Nicknames No
Move Users in Voicechannels No
Mute/Defean Users No

Other

Feature working?
Edit Profile No
Send typing No

Gateway

Sharding

Feature working?
Manual sharding Yes
Auto sharding Yes

Channel Events

Event handled?
Create Yes
Delete Yes
Update Yes

Message Events

Event handled?
Receive Yes
Delete No
Update No

Role Events

Event handled?
Create No
Delete No
Update No

Presence

Feature working?
Receive No
Send Yes

Server Events

Event handled?
Create Yes
Delete Yes
Update Yes
Ban Yes
Unban Yes

User Events

Event handled?
Join Yes
Leave Yes
Typing Yes

Voice

Feature working?
Receive No
Send Yes
Multi-Server Yes(not tested yet)
State Update Partial(only the bot user)

discord.cpp's People

Contributors

arkrissym avatar smalls12 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.