Discord Translation Bot
Find a file
2024-12-30 16:16:40 +01:00
.github/workflows little quality changes 2024-03-26 20:53:10 +01:00
cmake DPPStaticBundle: update DPP to 10.0.35 2024-11-27 15:36:55 +01:00
rpmsrc little quality changes 2024-03-26 20:53:10 +01:00
src remove unnecessary else condition 2024-12-30 16:09:12 +01:00
.gitattributes improve code organisation, add .rc file 2024-02-26 11:33:39 +01:00
CMakeLists.txt add mozhi support 2024-12-29 16:05:13 +01:00
README.md README.md: update supported translation engines 2024-12-30 16:16:40 +01:00

dtranslatebot

Open Source Discord Translation Bot

  • Translate incoming channel messages to a Webhook
  • Support configuration through slash commands and JSON
  • Cross-Platform

Build Dependencies

Supported Translation Engines

Build dtranslatebot

git clone https://github.com/Syping/dtranslatebot
cmake -B dtranslatebot-build dtranslatebot
cmake --build dtranslatebot-build
sudo cmake --install dtranslatebot-build
Optional CMake flags

-DWITH_BOOST=TRUE
-DWITH_DPP_STATIC_BUNDLE=TRUE
-DWITH_SYSTEMD=TRUE