Sign inSign up

amarilloslim/trab

By amarilloslim

Updated almost 3 years ago

Translator assistant bot

Image
0

250

amarilloslim/trab repository overview

This is telegram bot that help to translate routine document. In this case this bot help to translate Reconciliation statment. Bot translate document from Russian to English.

To correct run this container first of all you need to registre new telegram bot. Go to telegram, find @BotFather or use link https://t.me/BotFather. Send to bot messege "/start" and follow the instructions in bot. After registration you will get a telegram API_TOKEN. Use it in docker ENV.

Docker container run:

docker run -d -e API_TOKEN=YOUR:BOT_TOKEN amarilloslim/trab

There's no need to mount volume in this program. All data you need upload and download from telegram.

docker-compose.yml

version: '3'
services:
  trab:
    image: amarilloslim/trab
    container_name: trab
    environment:
      - API_TOKEN=YOUR:TOKEN_BOT
    restart: unless-stopped

Tag summary

Content type

Image

Digest

sha256:d98437650

Size

470.7 MB

Last updated

almost 3 years ago

docker pull amarilloslim/trab