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
This is a API wrapper for Google Translate.
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
- It is asynchronous.
- Data can be fetched in json format from endpoint
- Check the license from here