Fyko / export-api

A gRPC service to export Discord channels as HTML documents

Home Page:https://fyko.github.io/export-api/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

📥 Discord Channel Exporter API

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.

About

A gRPC service to export Discord channels as HTML documents

https://fyko.github.io/export-api/

License:MIT License


Languages

Language:C# 35.8%Language:JavaScript 30.9%Language:TypeScript 21.9%Language:CSS 7.9%Language:Shell 2.0%Language:Dockerfile 1.4%