deepl-translate
deepl-translate copied to clipboard
An unofficial python package to translate text using deepl.com
In particular, when running the unit tests, deepl.com sometimes returns an ```Error 429: Too many requests```. Structured testing should be done to determine when this error occurs and what time...
how to use this with my account? sometime need to translate more than 5000 characters
For example, I want to translate ------------------------- Lalalal lalalal ------------------------- Using deepl I have got -> Lalalal lalalal with cut off \n symbols and so on
Currently, if one wants to translate text via the command line, either the parameter ```-t``` for text or ```-f``` for file must be provided. The general case is probably that...
I'm trying to use this package but I always get the 429 error. Is there any solution? `Traceback (most recent call last): File "", line 198, in _run_module_as_main File "",...