kbshal / Anytranslate

Anytranslate is an API wrapper for google translate

Home Page:https://anytranslate.herokuapp.com/codes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Anytranslate

Anytranslate is an wrapper API for google translate

This python program fetches the data from Google translate and provides them in a pythonic and usable way

About

This is a API wrapper for Google Translate.

How to use?

Install poetry from here on your system

poetry shell
poetry install

And finally start the program by

gunicorn trans_api:app --workers 4 --worker-class uvicorn.workers.UvicornWorker --bind 0.0.0.0:8080

Why use this?

  • It is asynchronous.
  • Data can be fetched in json format from endpoint

LICENSE

  • Check the license from here

About

Anytranslate is an API wrapper for google translate

https://anytranslate.herokuapp.com/codes

License:MIT License


Languages

Language:Python 97.0%Language:Dockerfile 2.7%Language:Procfile 0.3%