You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have just one file that manages everything.
My initial idea was to make a unique web service that can be triggered by Motion and handle Telegram message; this last point though was hard because, in order to receive messages, the process hangs on the bot polling and can't manage a web service at the same time in one process.
Things got complicated so I opted for this current structure.
The text was updated successfully, but these errors were encountered:
It would be nice to have just one file that manages everything.
My initial idea was to make a unique web service that can be triggered by Motion and handle Telegram message; this last point though was hard because, in order to receive messages, the process hangs on the bot polling and can't manage a web service at the same time in one process.
Things got complicated so I opted for this current structure.
The text was updated successfully, but these errors were encountered: