Skip to content

arichr/yakusubot

Repository files navigation

Yakusu Toshiko

Coverage Status License

Translator based on Google API. The public instance of this bot is running as @yakusubot.

Features

  • Show an original text (add a plus to the language name)
  • Instant translation with Google.Translate
  • No telemetry for Google

Screenshots

Main menu Language Your text

How to use

  1. Create a virtual environment (optional)
python3 -m venv venv
source venv/bin/activate
  1. Install dependecies
pip install -r requirements.txt
  1. Create login.json
{
    "key": "TG_BOT_TOKEN_HERE"
}
  1. Run bot.py