YTapi

YTapi
Login

YTapi

It is simple Python script for Yandex Translate API. Default use en-ru direction, see more...

Examples:

  1. ./ytapi.py London is the capital of Great Britain
    'Лондон-столица Великобритании'

    OR
    ./ytapi.py "London is the capital of Great Britain"
    'Лондон-столица Великобритании'
  2. ./ytapi.py en hi
    'привет'
  3. ./ytapi.py ru привет всем
    'hi all'

Dependences: Python (default Python3, version for Python2 in 'python2' branch), urllib, json

It is part of ConDict project.