Automatic translator of your telegram messages
For the bot to work correctly, install the latest version of python.
3.MP4
Start/stop auto translation
Changing the translation language directly in Telegram
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
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"
python translator.py