nidhaloff / deep-translator

A flexible free and unlimited python tool to translate between different languages in a simple way using multiple translators.
https://deep-translator.readthedocs.io/en/latest/?badge=latest
Apache License 2.0
1.61k stars 186 forks source link

Add support for Reverso Context #189

Open silopolis opened 1 year ago

silopolis commented 1 year ago

First, thanks for this great tool!

Then, subject says it all: add support for https://context.reverso.net/ as, at least in French, it gives excellent results.

Thanks in advance for considering this request and again for sharing your hard work. TY J

nidhaloff commented 1 year ago

Do you know if they have an API? Would you like to work on it?

silopolis commented 1 year ago

Do you know if they have an API?

Looks like they do :)

https://github.com/s0ftik3/reverso-api/blob/master/src/reverso.js

Sadly Python projects seem to only be scrapers

https://github.com/topics/reverso-context-api?l=python https://github.com/demian-wolf/pyreverso

Would you like to work on it?

I'm afraid I haven't the skills to 😢

nidhaloff commented 1 year ago

Thanks for the helpful links. I will check it out when I have the time