edisonchee / slimbot

Telegram Bot API for Node.js
MIT License
223 stars 37 forks source link

Use alternative library to `request-promise` #45

Open edisonchee opened 4 years ago

edisonchee commented 4 years ago

Both Request and request-promise have been deprecated.

Alternatives to consider.

edisonchee commented 4 years ago

I'm evaluating both node-fetch and ky at the moment, will be replacing Request-Promise in core lib once I'm done.

smartpunter commented 3 years ago

Please, consider undici No dependencies, lightning fast modern HTTP1.1 library. As all you need is to send simple requests to telegram servers, no dependencies library is great alternative.

smartpunter commented 2 years ago

Takes a while, huh?

Doc999tor commented 1 year ago

Any news?