Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ar-ekt/Google-Translator-Bot
Telegram bot to translate messages and files
https://github.com/ar-ekt/Google-Translator-Bot
bot python python-telegram-bot telegram translate
Last synced: 3 months ago
JSON representation
Telegram bot to translate messages and files
- Host: GitHub
- URL: https://github.com/ar-ekt/Google-Translator-Bot
- Owner: ar-ekt
- License: mit
- Created: 2020-11-07T16:41:20.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-12T09:23:25.000Z (over 3 years ago)
- Last Synced: 2024-05-29T08:11:38.411Z (5 months ago)
- Topics: bot, python, python-telegram-bot, telegram, translate
- Language: Python
- Homepage: https://t.me/Google_T_bot
- Size: 40 KB
- Stars: 9
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Google-Translator-Bot
A telegram bot translate messages and filesFeatures:
- inline mode
- can be used in groups by replying to messages
- supports 100 languages and detect language
- manage favorite languages## Running the bot
1. install requirements with `pip3 install -r requirements.txt`
2. put your TOKEN in Consts.py
3. run the bot with `python3 GT.py`