Ambro17 / slackify

Slackify: Lightweight framework to quickly develop modern Slack bots 🚀

Home Page:https://ambro17.github.io/slackify/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does not appear possible to use as a Blueprint

twelvelabs opened this issue · comments

I have an existing flask app that includes a Blueprint (mounted at /webhooks/slack) for responding to slack commands. I'd love to replace that Blueprint with slackify, but it doesn't look like it's possible. Would you be open to changing Flack to be a Blueprint rather than a Flask subclass?

Yes! I would love to support separating commands into blueprints, it was the #4 item in my roadmap.
I have some ideas in my mind how to achieve it, but first i wanted to finish de @app.comment funcionality.
If you want you can try to do a PR, you can find me as @BoedoCrow in telegram if you have any doubts about implementation

I'm currently working on this and i'm close to finishing it. Just writing it down in case anyone was considering developing it