discordproxy

Proxy server for accessing the Discord API via gRPC

release python pipeline codecov Documentation Status license pre-commit Code style: black chat

Overview

Discord Proxy is a proxy server that provides access to the Discord API via gRPC.

The main purpose is to enable applications to use the Discord API without having to implement Discord’s websocket protocol. Instead, applications can use the gRPC API and the proxy will resolve all requests with the Discord API server via websockets or HTTP.

Python applications can import the generated gRPC client directly. Applications in other languages can use the protobuf definition to generate their own gRPC client.

Documentation

For more information please see the documentation.