I want to mix Slack client in the same process as a web server.
That means Slack client can't have blocking loop, but rather just run in the background.
See 1872a12 how it looks. I use it in mikz/october#29 to have a bot with also listens for webhooks.
I want to mix Slack client in the same process as a web server.
That means Slack client can't have blocking loop, but rather just run in the background.
See 1872a12 how it looks. I use it in mikz/october#29 to have a bot with also listens for webhooks.