Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Slack Events backend #1472

Closed
wants to merge 1 commit into from
Closed

Add Slack Events backend #1472

wants to merge 1 commit into from

Conversation

duhow
Copy link
Contributor

@duhow duhow commented Oct 26, 2020

This is a copy of Slack RTM adapted to work with Slack Events v2.
It creates a Webserver webhook manually to listen to Events sent by Slack.
It is using latest library slackclient>=2.
There are few changes, such as username become user full name - Slack API deprecates name field and intends to use display_name instead, paging while loading all channels, caching some functions to avoid querying information at all times...
Not complete, but enough to interact with messages! :)

@nzlosh
Copy link
Contributor

nzlosh commented Oct 26, 2020

I think this duplicates the work here #1451

@duhow
Copy link
Contributor Author

duhow commented Oct 27, 2020

Oh, didn't know there was another PR 😮
This backend was waiting for too long and I needed to write it recently for replacing my old bot.

@duhow duhow closed this Nov 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants