A gRPC service to create HTML exports of Discord text-channels.
Docs License Test Docker Pulls Ko-fi Donate
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"
This services utilizes Tyrrrz/DiscordChatExporter for exporting channels.