python-slack-events-api
python-slack-events-api copied to clipboard
Slack Events API adapter for Python (Flask required)
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')...
All links to screenshots in readme.rst fail to open with the following error: Error 503 Backend is unhealthy
### 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'?...