-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proxy Support #64
Comments
We already have proxy support though 🤔 |
Ohhhh I'm sorry I didn't document it, my bad. To add proxies, you need to pass your own
from translatepy.utils.request import Request
from translatepy import Translator
t = Translator(request=Request(proxy_urls=["<your proxy>"]))
t.translate("Hello world", "Japanese") |
Thanks, it's awesome proxies work.
Can you please explain what are the differences between GoogleTranslateV1
and GoogleTranslateV2?
Which one is the recommended method for large scale translation, more
stable?
How does the program decide which to use if I select GoogleTranslate?
For example if GoogleTranslateV1 fails, does it try with
GoogleTranslateV2?
Best Regards,
Mike
…On Mon, Jul 4, 2022 at 11:20 PM Anise ***@***.***> wrote:
Closed #64 <#64> as
completed.
—
Reply to this email directly, view it on GitHub
<#64 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAET455UQBOSDRWSGPMY3ILVSNBP7ANCNFSM52UDCRYA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Class
Yes |
Please Add proxy support so we can decrease the chance of getting banned when translating from Google for example.
The text was updated successfully, but these errors were encountered: