l1v0n1 / telegram-auto-translator

Auto translator of your telegram messages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

telegram auto translator

Automatic translator of your telegram messages

For the bot to work correctly, install the latest version of python.

Language codes

Example

3.MP4

Userbot features:

Start/stop auto translation

Changing the translation language directly in Telegram

Installation:

mkdir telegramtranslator && cd telegramtranslator
virtualenv venv
venv\Scripts\activate
git clone https://github.com/l1v0n1/telegram-auto-translator.git
cd telegram-auto-translator
pip install -r requirements.txt

Setup:

Follow the link https://my.telegram.org/apps - log in, create an application, take api id and api hash and replace this in translator.py file

API_ID = 123
API_HASH = "123"

Launch

python translator.py

About

Auto translator of your telegram messages

License:MIT License


Languages

Language:Python 100.0%