I have installed textblob and I want to perform simple translation.
>>> text="Hello"
>>> blob=TextBlob(text)
>>> blob.translate(to="es")
The problem is, I dont know where to specify the proxy authentication. Can you tell me where to specify the username, password and proxy address so that I can get it working?