plainheart / bing-translate-api

A simple and free API for Bing & Microsoft Translator for Node.js
https://github.com/plainheart/bing-translate-api
MIT License
161 stars 28 forks source link

feature request! #28

Closed AliAryanTech closed 9 months ago

AliAryanTech commented 11 months ago

Bing Translator apiKey support?

plainheart commented 11 months ago

This library differs from the official paid service, it uses the free website service endpoint, so it doesn't need and support an API key.

AliAryanTech commented 11 months ago

Are there additional modules with official API support? Sometimes this module says "Too many request". I couldn't find any; your assistance would be appreciated.

plainheart commented 11 months ago

I don't know if there are some official modules for Node.js, but I think I would try to add the support later if it's possible.

AliAryanTech commented 11 months ago

Okay, thanks

plainheart commented 10 months ago

Hi @AliAryanTech, I plan to release v3.0.0 soon, in which a new EPT mode with a lower (or no?) rate limit was added. Before publishing, I would appreciate your test and feedback. Just try the latest code of the main branch of this repository.

plainheart commented 9 months ago

Hi @AliAryanTech, just let you know the new MET mode will be released in v4.0.0 soon. As you mentioned, It supports the official paid service endpoint with your private keys. Besides, it provides a free service that is more stable than the legacy website mode and supports more languages than the EPT mode of v3.0.0. See also #34.

AliAryanTech commented 9 months ago

Hi @AliAryanTech, just let you know the new MET mode will be released in v4.0.0 soon. As you mentioned, It supports the official paid service endpoint with your private keys. Besides, it provides a free service that is more stable than the legacy website mode and supports more languages than the EPT mode of v3.0.0. See also #34.

Ohh Thank you! My apologies for the delay; college kept me busy. I'll check my notifications as soon as possible.