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

Stripping all HTML tags from RSS entry body is a safe approach, but sometimes results in a Zulip message, that looks ugly and unreadable. This change adds an option to...

size: S

See https://github.com/zulip/zulip/pull/25826#discussion_r1210613106 for context. We should probably audit our integrations in this repository for this pattern more generally; it's just a lot simpler as instructions suggest using a `zuliprc` file,...

Hi, I noticed that editing a message always return a `ignored_parameters_unsupported` for the `message_id` parameter, which is obviously a necessary parameter for this method (and is also documented [here](https://zulip.com/api/update-message#usage-examples)). A...

Any chance you could cut a 0.8.3 release? 0.8.2 (current) has matrix_client as a dep, which hasn't been updated since 2021.

question

I have been following the guide at https://coq.zulipchat.com/integrations/doc/irc. After starting the bot like below and sending an IRC message, this exception occurred. No messages are relayed in either direction. ```...

As follow-up to https://github.com/zulip/zulip/pull/25154 (which fixed https://github.com/zulip/zulip/issues/24960), we should: - Update sending messages (`POST /messages`) to support using "direct" as the message `type` for direct/private messages. - Auto-translate "direct" to...

Ran into a difficult to debug issue where I could not figure out why bot server could not find my file. Turns out the file had a syntax error preventing...

size: XS