Skip to content

FayasNoushad/Translator-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.