Skip to main content

Introduction

A gRPC service to create HTML exports of Discord text-channels.

Docs License Test Docker Pulls Ko-fi Donate

Usage

Docker Image

The Export API can be found on the GitHub Container Registry at fyko/export-api.

docker run -p yourport:80 --rm -it ghcr.io/fyko/export-api

or with Compose

services:
exportapi:
image: ghcr.io/fyko/export-api
ports:
- "yourport:80"
expose:
- "yourport"

Calling the gRPC API

Thanks

This services utilizes Tyrrrz/DiscordChatExporter for exporting channels.