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

Python library for the Zulip API.

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

i am was just trying to test locally running zulip server by sending message to a stream using bot credentials with the following code: `import zulip import pprint as pp...

question

Since Python 3.5 is already EOL, we no longer have to support it.

Merels was ported to `game_handler` recently, but it's tests were not revised. They need to be reworked. Tests for `connect_four` bot can serve as good examples for how to modify...

help wanted
good first issue

Both ways documented in the API to make private streams seem to not work. Here is the documentation for updating a stream to make it private: https://zulipchat.com/api/update-stream Here is the...

If someone just wants to develop bots for zulip not install zulip from source then the testing software test-bots.py in "tools" in not available. It is advertised in the (beta)...

Flake8 (#588) revealed a number of unused variable assignments. I removed the unused variables in these commits: 54b257820481d39d2b38c60b1ca019a495270771 cleanup: Remove unused variables. a01e5e37f42971db042f042726040d283efec857 cleanup: Remove more unused variables. However, I...

When you load the trivia bot, you get an error like this: ~~~ zulip_bots.lib.StateHandlerError: Error fetching state: {'result': 'error', 'msg': 'Key does not exist.'} ~~~ I believe this is partly...

The "chess" and "merels" bots have a lot of code, but we don't really have any community around them, so it's questionable whether we should maintain them. If you're interested...

help wanted

Hi, I found some difficulties and errors following the guide at https://zulip.com/integrations/doc/matrix. In "Installing the bridge software", at step 3: > Install the Matrix bridge software in your virtualenv, by...

Currently, the check only exists on IRC bridge. We should do the same for the rest of the bridges. And while we are at it, we should have a reminder...