Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fayasnoushad/translator-bot
A simple google translator telegram bot
https://github.com/fayasnoushad/translator-bot
google pyrogram telegram translator
Last synced: 10 days ago
JSON representation
A simple google translator telegram bot
- Host: GitHub
- URL: https://github.com/fayasnoushad/translator-bot
- Owner: FayasNoushad
- License: mit
- Created: 2021-05-29T15:04:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-06T18:14:09.000Z (7 months ago)
- Last Synced: 2024-10-11T20:19:00.405Z (26 days ago)
- Topics: google, pyrogram, telegram, translator
- Language: Python
- Homepage:
- Size: 37.1 KB
- Stars: 14
- Watchers: 1
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Translator Bot
A google translator telegram bot---
## Deploy
```sh
git clone https://github.com/FayasNoushad/Translator-Bot.git
cd Translator-Bot
python3 -m venv venv
. ./venv/bin/activate
pip3 install -r requirements.txt
#
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](https://github.com/FayasNoushad/Translator-Bot-V3), it is the latest and best version with more features.
---