Skip to content
This repository was archived by the owner on Jul 8, 2024. It is now read-only.

OctoGramApp/translator-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

translator-bot

A simple bot to translate messages in a single or multiple telegram groups.

Commands (admin only)

/allow Enable the group for translating messages. /deny The bot will not translate messages anymore in this group.

Running

Without docker

To install dependencies:

npm install

To run:

TOKEN='BOT_TOKEN_HERE' DEEPL='DEEPL_TOKEN_HERE' npm run bot

Docker

To build:

sudo docker build -t translator-bot .

To run:

sudo docker run -e TOKEN='BOT_TOKEN_HERE' -e DEEPL='DEEPL_TOKEN_HERE' translator-bot

About

Telegram bot for translating messages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published