Open karimkhanc opened 5 months ago
Google has a page about their quotas here: https://cloud.google.com/translate/quotas
Google has a page about their quotas here: https://cloud.google.com/translate/quotas
Those APIs (unlike deep-translator) require API key from google. Are you sure the same limits apply here?
@SalehDehqanpour good point: deep-translator is using the endpoint https://translate.google.com/m
(source: deep_translator/constants.py
) and I wasn't able to find any confirmation on Google's site that this endpoint really is OK for third-party use. If it's not, then the limits are undocumented and it could stop working at any time.
any update on this?
Code
I tried few examples with Google Translator, which works fine. But if I use this package in production,
Any help on this is much appreciated.