Saravananslb / py-googletranslation

pygoogletranslation: Free and Unlimited Google translate API for Python. Translates totally free of charge.
https://saravananslb.github.io/py-googletranslation/
MIT License
156 stars 40 forks source link

Now you can change the service url. #13

Closed ghost closed 2 years ago

ghost commented 3 years ago

Now you can change the service url. Like this:

from pygoogletranslation import Translator

trans = Translator(service_url="translate.google.cn")

print(trans.translate("Hello world", dest="ja")) #こんにちは世界

Now, the service url is "translate.google.cn", In some countries you needn't the proxy.