Skip to content

Latest commit

 

History

History
executable file
·
44 lines (20 loc) · 749 Bytes

README.md

File metadata and controls

executable file
·
44 lines (20 loc) · 749 Bytes

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