A simple bot to translate messages in a single or multiple telegram groups.
/allow Enable the group for translating messages.
/deny The bot will not translate messages anymore in this group.
To install dependencies:
npm installTo run:
TOKEN='BOT_TOKEN_HERE' DEEPL='DEEPL_TOKEN_HERE' npm run botTo build:
sudo docker build -t translator-bot .To run:
sudo docker run -e TOKEN='BOT_TOKEN_HERE' -e DEEPL='DEEPL_TOKEN_HERE' translator-bot