-
Notifications
You must be signed in to change notification settings - Fork 61
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
Implementing proxy? #9
Comments
I do think that it's a good idea and that it's worth implementing because it could be used to avoid getting rate limited to often. I don't know what's best:
|
The funny thing is that I cannot get google to rate limit me when using this. Tried with 10,000 requests (blocking and async) and I still was able to get it to translate. Before finding this I was messing up with googletrans which I could easily get the rate limit on 1000 requests (without stopping, testing). Using proxy with it had no difference, googletrans does not support them natively (meaning it does not show up as a feature). I would love to contribute to this and add a proxy implementation but I have no idea how do I go about getting google to rate limit me. I'm guessing this projects uses the latest google translate api (the hidden one) which was found a few weeks ago right? |
About the 10,000 requests: I think that you were hitting the cache lol (as explained in the But the aim of this project is to use multiple services to fallback in case of an error somewhere. So it would totally make sense if this project had a way better rate limit handling that I'm not using the new Google Translate API but I'm planning on using it as one more endpoint to add (as you can see in the |
@EvilMegaDroid Ok starting from Here are the new things in v1.6: https://github.com/Animenosekai/translate/releases/tag/v1.6 |
@EvilMegaDroid Proxies will be available in v2 #15 |
Is there any plan of implementing proxy into this library?
I can make a pull request if you wish althrough I'm not sure how much will that help (I mean implementing the proxies).
From what I saw with the other open source library googletrans, google seems still able to detect the user even after proxy usage.
The text was updated successfully, but these errors were encountered: