Translator based on Google API. The public instance of this bot is running as @yakusubot.
- Show an original text (add a plus to the language name)
- Instant translation with Google.Translate
- No telemetry for Google
- Create a virtual environment (optional)
python3 -m venv venv
source venv/bin/activate
- Install dependecies
pip install -r requirements.txt
- Create
login.json
{
"key": "TG_BOT_TOKEN_HERE"
}
- Run
bot.py