export-api

A gRPC service to export Discord channels as HTML documents

MIT License

Downloads
8
Stars
14
Committers
2

📥 Discord Channel Exporter API

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

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.

Package Rankings
Top 16.93% on Npmjs.org
Badges
Extracted from project README
Docs License Test Docker Pulls Ko-fi Donate