telegraf / micro-bot

:robot: Zero-configuration Telegram bot runner
MIT License
182 stars 29 forks source link

External endpoint to get my own webhooks #12

Open thomasgroch opened 6 years ago

thomasgroch commented 6 years ago

I'm using micro-bot as a backend to respond to some recurring updates coming from other nodejs service.

I like the abstraction that the micro-bot does with ssl certificates, should I not use it and instead use the integration of express.js with the telegraf directly?

file 4

Because the only thing I need is an external endpoint to get webhooks from another service, I wonder if any of this is possible by not adding a web server dependency or not.

Please shed some light.