slackapi / python-slack-events-api

Slack Events API adapter for Python (Flask required)
https://api.slack.com/events
MIT License
343 stars 116 forks source link

Is it possible to use Tornado? #63

Closed itsdkey closed 4 years ago

itsdkey commented 4 years ago

Description

Hi there, I'm writing an issue because I can't connect with the slack workspace that is at the end of the README (Need help? Join Slack Community and talk to us in #slack-api). I've created an account but it still says that it isn't part of the workspace.

So to my question. Is it possible to use Tornado instead of Flask with this package? I want to create a mini app using slackclient + Tornado. I have an HTTP slack app.

What type of issue is this? (place an x in one of the [ ])

Requirements

seratch commented 4 years ago

@itsdkey Hello, thanks for asking a question! This module tightly depends on Flask, so that it's not possible to use it with other frameworks. The Slack team is planning to provide a new server-side framework that offers a framework-agnostic layer like Bolt for JS's App interface. Until then, please consider implementing event receivers with Tornado on your own.

itsdkey commented 4 years ago

Okay, thanks for the answer :)