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

Request code 429 #7

Closed Only-Moon closed 2 years ago

Only-Moon commented 2 years ago

Is there any way to prevent it, using auto detector for the input language

plainheart commented 2 years ago

The 429 indicates commonly a rate limit reached. Please keep your requests not so frequent. It's just a free API without tokens provided by the Bing translator website, so it can't be compared with those chargeable.

Only-Moon commented 2 years ago

Alr, I'll keep in mind