Discord Translation Bot
Go to file
2024-02-20 07:18:04 +01:00
cmake initial commit 2024-01-02 03:45:06 +01:00
etc improve configuration example 2024-02-20 01:53:15 +01:00
src simplify configuration and some code improvements 2024-02-20 01:35:33 +01:00
CMakeLists.txt add Boost.Regex support 2024-02-13 01:47:09 +01:00
README.md 0.1 release 2024-02-20 07:18:04 +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