python-zulip-api icon indicating copy to clipboard operation
python-zulip-api copied to clipboard

Python library for the Zulip API.

Results 126 python-zulip-api issues
Sort by recently updated
recently updated
newest added

I'd love a version of `call_on_each_event` that would not block, and instead register a callable with a reactor. This could probably be combined with fairly general / framework agnostic async...

I would like to use a standup bot like I encountered in Mattermost: https://github.com/standup-raven/standup-raven In case such feature already exists I would love to get to know it :)

Following support to running bots from entry points in #708, we implement this `create-zulip-bot` tool to simplify the process of creating new bots. The user will be able to directly...

size: XL
has conflicts

https://github.com/zulip/python-zulip-api/issues/628

size: M
has conflicts

I have few feature requests for better Twitter integration: **New way to follow multiple twitter users** Now you can only import tweets from one user using twitter-bot script. It would...

The event object of [this line](https://github.com/zulip/python-zulip-api/blob/396ef1d11adfd401ff807bcb77abb109669725a1/zulip/integrations/bridge_with_matrix/matrix_bridge.py#L107) only has these keys: `['unsigned', 'origin_server_ts', 'type', 'room_id', 'content', 'sender', 'event_id']`. `membership` is gone.

According to the README.md of https://github.com/matrix-org/matrix-python-sdk: > We strongly recommend using the matrix-nio library rather than this sdk. It is both more featureful and more actively maintained. We should migrate.

Hi :) I'd like to suggest a new option for the `call_endpoint` method of `zulip.Client`. It's something I added to [my bot](https://github.com/ro-i/tumcsbot/blob/0ca58024b83c8ec0353217c7fd89a984d1d4b675/src/tumcsbot/client.py#L62). @timabbott suggested to also consider this for the...

size: M