Discord Translation Bot
Find a file
2024-03-02 17:42:20 +01:00
cmake DPPAsExternalProject: build should work now 2024-03-02 17:42:20 +01:00
src systemd: change working directory to /var/lib/dtranslatebot 2024-02-27 10:02:32 +01:00
.gitattributes improve code organisation, add .rc file 2024-02-26 11:33:39 +01:00
CMakeLists.txt DPPAsExternalProject: build should work now 2024-03-02 17:42:20 +01:00
README.md add systemd service file 2024-02-26 12:01:23 +01:00

dtranslatebot

Open Source Discord Translation Bot

  • Translate incoming channel messages to a Webhook
  • Support configuration through slashcommands 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_SYSTEMD=TRUE