/translator_bot

A telegram bot for translating texts

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Translator Bot

logo

A telegram bot for translating texts


About

You can translate text to any language you want, see this to get the list of all the supported languages.

Start chat with this bot on telegram


Requirements

  • Bot token from Bot Father, If you don't know how to get bot token, read this

Installation

You can fork the repo and deploy it on Heroku :)

Deploy

OR

  • Clone this repository using
$ git clone https://github.com/amit-y11/translator_bot
  • Enter the directory and install all the requirements using
$ pip3 install -r requirements.txt
  • Edit line 10 and paste your Bot token
10       token="Your Bot Token"

Run Your Bot using the following command :

$  python3 bot.py

License

GPL-3.0 License

Thanks 💖

lushan88a for his google_trans_new