Skip to content
This repository has been archived by the owner on Mar 3, 2024. It is now read-only.

chapimenge3/Google-Translator-telegram-bot-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

ATTENTION: IT IS NO LONGER MAINTED.

Google-Translator-telegram-bot-Python

  • It is Telegram bot which translate any text to any language in the world
  • It use python telegram bot
  • It needs some python module
    • googletrans = 2.4.0
    • python-telegram-bot = 12.2.0
  • get token by
    • open your telegram
    • search for @botfather or https://t.me/botfather
    • create new bot
    • take the token and paste it in python file by the name python token="your token"
    • run the python file on command line or wherever

Instruction

  • First make sure you have python , pip by opening command line
  • Enter python or pip if you see python' is not recognized as an internal or external command. operable program or batch file. - then install it from python.org

Installing requirement

pip install python-telegram-bot==12.2.0
pip install googletrans==2.4.0

Finally

  • open command line and run the python file

About

It is Telegram bot which translate any text to any language in the world . it use python telegram bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages