zulip / python-zulip-api

Python library for the Zulip API.
https://zulip.com/api/
Apache License 2.0
350 stars 352 forks source link

Slack bridge: Update Slack bridge with Events API. #826

Open PieterCK opened 3 weeks ago

PieterCK commented 3 weeks ago

Currently we use the Slacks legacy RTM API as the "listener" from Slack to Zulip. This commit updates our Slack Bridge to use Webhook integration to get messages across from Slack to Zulip.

We use our Slack webhook integration for that part of the bridge, it is being updated to use the latest Event API at PR#30465. So, instead the changes in this PR are only the following:

Fixes #825.

PieterCK commented 1 week ago

@zulipbot add "buddy review"

@kenneth please review this please, thank you

zulipbot commented 1 week ago

ERROR: Label "buddy review" does not exist and was thus not added to this pull request.

PieterCK commented 5 days ago

Update: Addressed review and dropped support for RTM API

PieterCK commented 2 days ago

@sbansal1999 I think this one's also ready for mentor review, please do check it out! Thanks