Discord Translation Bot
Go to file
2024-03-15 01:45:55 +01:00
.github/workflows CI: add Enterprise Linux 2024-03-15 01:45:55 +01:00
cmake rename DPPAsExternalProject to DPPStaticBundle 2024-03-11 03:45:48 +01:00
rpmsrc fix el7 and el9 build errors in RPM SPEC file 2024-03-14 03:30:45 +01:00
src systemd-sysusers support and RPMSPEC added 2024-03-12 09:40:58 +01:00
.gitattributes improve code organisation, add .rc file 2024-02-26 11:33:39 +01:00
CMakeLists.txt systemd-sysusers support and RPMSPEC added 2024-03-12 09:40:58 +01:00
README.md rename DPPAsExternalProject to DPPStaticBundle 2024-03-11 03:45:48 +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

Runtime Dependencies

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