InquireAI / inquire

Inquire is a generalized chatbot ready to handle anything you throw at it.
https://inquire.run
MIT License
3 stars 0 forks source link

(bot) transition to webhooks #17

Closed Lucas-Kohorst closed 1 year ago

Lucas-Kohorst commented 1 year ago

I have already noticed the bot slow with a small # of users. Integrate webhooks to improve scalability

https://github.com/python-telegram-bot/python-telegram-bot/wiki/Webhooks

Lucas-Kohorst commented 1 year ago

wip for webhooks https://github.com/InquireAI/inquire/tree/webhook

Lucas-Kohorst commented 1 year ago

Note: Webhooks generally works, but I have noticed when running locally kinda runs slower actually. For now it might be best just to rely on telegram server