HTTPError: HTTP Error 503: Service Unavailable goslate language detection request : Python

maybe looking for this: https://pypi.python.org/pypi/textblob it is better than goslate, since textblob is blocked as of now, maybe py-translate could do the trick, https://pypi.python.org/pypi/py-translate/#downloads http://pythonhosted.org/py-translate/devs/api.html from translate import translator translator(‘en’, ‘es’, ‘Hello World!’) “py-translate is a CLI Tool for Google Translate written in Python!” the first argument to the translator function is the source language, … Read more