python-slack-events-api icon indicating copy to clipboard operation
python-slack-events-api copied to clipboard

Slack Events API adapter for Python (Flask required)

Results 3 python-slack-events-api issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi I am using slack api to render the automatic message reply from the slack boat This is My Code: ```python ss = "***" slack_event_adapter = SlackEventAdapter(ss,'/slack/events',app) print("slack_event_adapter:",slack_event_adapter) print("slack_event_adaptor_event_name",slack_event_adapter.on('message')) @slack_event_adapter.on('message')...

question

All links to screenshots in readme.rst fail to open with the following error: Error 503 Backend is unhealthy

docs

### Description I tried to run an app based on slackeventsapi locally and got the below error: ``` ImportError: cannot import name 'BaseEventEmitter' from 'pyee' (/home/main-user/work/py-virtual-envs/venv-slackbot/lib64/python3.12/site-packages/pyee/__init__.py). Did you mean: 'EventEmitter'?...

bug