fulfilio / Microsoft-Translator-Python-API

Other
9 stars 6 forks source link

Microsoft Translator Text APIs are moving to the Azure portal #1

Open cantero6 opened 8 years ago

cantero6 commented 8 years ago

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!

newearthmartin commented 7 years ago

any news about this? it finally stopped working as it is

cantero6 commented 7 years ago

I recommend you using another API, because this has not been updated.

newearthmartin commented 7 years ago

How about merging this? https://github.com/fulfilio/Microsoft-Translator-Python-API/pull/2

newearthmartin commented 7 years ago

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

spnichol commented 7 years ago

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.

newearthmartin commented 7 years ago

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