How to use the slackeventsapi.server.SlackServer function in slackeventsapi

To help you get started, we’ve selected a few slackeventsapi examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github slackapi / python-slack-events-api / slackeventsapi / __init__.py View on Github external
def __init__(self, verification_token, endpoint="/slack/events", server=None):
        EventEmitter.__init__(self)
        self.verification_token = verification_token
        self.server = SlackServer(verification_token, endpoint, self, server)

slackeventsapi

Python Slack Events API adapter for Flask

MIT
Latest version published 14 days ago

Package Health Score

78 / 100
Full package analysis

Similar packages