https://github.com/mr-dark-prince/gpytranslatorrobot
🌐Telegram Google Translator bot 🔥 Supports all languages 😹
https://github.com/mr-dark-prince/gpytranslatorrobot
pyrogram telegram-bot tgbot translator
Last synced: 2 months ago
JSON representation
🌐Telegram Google Translator bot 🔥 Supports all languages 😹
- Host: GitHub
- URL: https://github.com/mr-dark-prince/gpytranslatorrobot
- Owner: Mr-Dark-Prince
- License: mit
- Created: 2021-03-06T07:58:47.000Z (over 4 years ago)
- Default Branch: prince
- Last Pushed: 2021-03-06T22:37:18.000Z (over 4 years ago)
- Last Synced: 2025-04-12T05:30:38.896Z (6 months ago)
- Topics: pyrogram, telegram-bot, tgbot, translator
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

## Reach me on Telegram [Google Translator 🌏](https://t.me/GpyTranslatorRoBot)## 💡 Deploy This Bot To Heroku ❓️
```
1 Fork the Repository
2 Edit GpyTranslatorRoBot.py and add values api_id, api_hash and your bot token
3 Create an app on Heroku and connect heroku with your github repository
4 Manual Deploy
```
# GpytranslatorRoBot
##### _Pyrogram translate bot using GpyTranslate Library_
GpyTranslate is a word 'G+Py+Translate' which means 'Google Python Translate'. A bot to help you translate text (with emojis) to a language from any other language in world.## Features
- Supports in groups
- Works with Inline
- Supports emoji
- Free to use
- Easy## Installation
Clone the repository:
```
git clone https://github.com/mr-dark-prince/gpytranslatorrobot.git gpytranslator && cd gpytranslator
```PIP requirements
```
pip3 install -U -r requirements.txt
```
Edit the API_ID and API_HASH and TOKEN in [GpyTranslatorRoBot.py](https://github.com/mr-dark-prince/gpytranslatorrobot/blob/prince/GpyTranslatorRoBot.py)
Example:
```
--API_ID >> 1
--API_HASH >> abcdef1234
--TOKEN >> 1234567890:ABCDEF
```
Run the bot
```
python3 GpyTranslatorRoBot.py
```