terryyin / translate-python

Online translation as a Python module & command line tool. No key, no authentication needed.
MIT License
724 stars 155 forks source link

Deepl provider readme, pro and test #71

Closed azin-z closed 3 years ago

azin-z commented 3 years ago

Thanks for merging the pull request from earlier. I've updated the readme and added the option to choose between DeepL's free and pro APIs. I wasn't sure about the test since the secret_access_key is required. I've written a test in test_main.py which is skipped if the key isn't provided. If this is fine, I can write additional tests the same way to test the provider as well.

terryyin commented 3 years ago

Thanks for your contribution.