Translator-Bot

A simple google translator telegram bot

MIT License

Stars
14

Translator Bot

A google translator telegram bot


Deploy

git clone https://github.com/FayasNoushad/Translator-Bot.git
cd Translator-Bot
python3 -m venv venv
. ./venv/bin/activate
pip3 install -r requirements.txt
# <Create Variables appropriately>
python3 main.py

Variables

  • API_HASH Your API Hash from my.telegram.org
  • API_ID Your API ID from my.telegram.org
  • BOT_TOKEN Your bot token from @BotFather

Use Translator-Bot-V3, it is the latest and best version with more features.