yagop / node-telegram-bot-api

Telegram Bot API for NodeJS
MIT License
8.3k stars 1.5k forks source link

Migrate away from request (deprecated) #1007

Closed melroy89 closed 1 year ago

melroy89 commented 1 year ago

Your code is using request and request-promise packages. However this package is no longer maintained! Please don't use it anymore.

More info: https://github.com/request/request/issues/3142

See alternatives: https://github.com/request/request/issues/3143 !

danielperez9430 commented 1 year ago

Is planed to change it at some point

melroy89 commented 1 year ago

"At some point", means "never" 🤣

Hint: Personally I use axios with much stability and joy.

danielperez9430 commented 1 year ago

No never, I'm thinking of doing it when I finish with some things that I have in refactor. Yes, recently in the last update we removed dependencies and included fixes.

As soon as I can I will put on it one of these weekends

danielperez9430 commented 1 year ago

Close this issue for the moment I label this other one https://github.com/yagop/node-telegram-bot-api/issues/1038