Open cantero6 opened 8 years ago
any news about this? it finally stopped working as it is
I recommend you using another API, because this has not been updated.
How about merging this? https://github.com/fulfilio/Microsoft-Translator-Python-API/pull/2
I also made a little modification for python 2 of @flyinactor91 's code You can clone this https://github.com/newearthmartin/Microsoft-Translator-Python-API branch develop
I used Microsoft's code sample to rig up a pretty simple script to use the API. Let me know if you want to see, and I can post it.
I'm using the solution supplied by @flyinactor91 Any solution, his or yours should be applied to keep this library alive, cause now it officially stopped working as it is
Hi,
As Microsoft has announced, Microsoft Translator Text APIs are moving to the Azure portal. Existing applications using Microsoft Translator need to be changed to continue working.
Here is the documentation / announcement about this change: https://translatorbusiness.uservoice.com/knowledgebase/articles/1078534-microsoft-translator-on-azure?WT.mc_id=azurebg_email_Trans_1228_Microsoft_Translator_Azure_Portal
To begin using the Microsoft Translator subscription from Azure, you will need to replace the app authentication using your Microsoft Data Market Client ID and Client Secret with your new Azure key. The single Azure key is used to request an Azure token for the Microsoft Translator service.
Are you going to change this library?
Thank you a lot!