Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.

---