mirror of
https://github.com/Syping/dtranslatebot.git
synced 2026-04-01 13:20:40 +02:00
Discord Translation Bot
| .github/workflows | ||
| cmake | ||
| rpmsrc | ||
| src | ||
| .gitattributes | ||
| CMakeLists.txt | ||
| Containerfile | ||
| README.md | ||
dtranslatebot
Open Source Discord Translation Bot
- Translate incoming channel messages to a Webhook
- Support configuration through slash commands and JSON
- Cross-Platform
Build Dependencies
- CMake 3.16 or newer
- Compiler with C++17 Support
- curl
- D++: A C++ Discord API Library for Bots
Supported Translation Engines
- LibreTranslate (Default)
- Lingva Translate
- Mozhi
- DeepL
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