Yakusu Toshiko
Translator based on Google API. Instance of this bot is running as @yakusubot.
Features
- Add a plus to a language's name to show an original text too
- Instantly translate text with Google.Translate API
- No telemetry for Google
How to use
- Write a language
- Write your text
How to run
- Create a virtual environment (optional)
python3 -m venv venv
source venv/bin/activate
- Install dependecies
pip install aiogram aiohttp
- Run
bot.py