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

Fixes: #637 Added `remove_storage` helper along with following tasks: - [x] Test unit for remove_storage - [x] Function Docstring for easy usage **Now, method of deleting the `storage` records:** ```python...

size: S

This should be fairly straightforward for you if you have worked with extending our API before. The actual code should be trivial, but you'll want to add tests for it...

help wanted

Some networks drop long-lived inactive TCP connections, which can lead to connection errors when using the Zulip API bindings for some persistent jobs. We should ideally either enable a keep-alive,...

bug
help wanted

Hi :) As discussed [here](https://chat.zulip.org/#narrow/stream/127-integrations/topic/Matrix.20.3C-.3E.20Zulip.20Bridge), I'm now creating the pull request for the new Matrix Zulip bridge. See [here](https://chat.zulip.org/#narrow/stream/127-integrations/topic/Use.20upload_file.20with.20in-memory.20IO-object) for further discussions about uploading an in-memory file-object to a Zulip...

size: XL
has conflicts

### Newsboy A news headline fetching bot, with _50+ country support_ _Straight Forward Commands:_ > **Includes 5 testcases and passed** > Based on _newsdata.io_ api

size: XL

Our custom patched version of python-zephyr only worked on Python 2. Now we don’t need python-zephyr at all. **⚠️ 100% untested, guaranteed broken. ⚠️**

size: XL

Still missing: - there is currently no way to specify `data_files` for the `integrations/` folder to be copied to `share/zulip` (see https://github.com/zulip/python-zulip-api/blob/31365a8aacb01d11d2f4eb4ac7bf07ac88d43ad8/zulip/setup.py#L56). Relevant Poetry issue: https://github.com/python-poetry/poetry/issues/890. - since pyproject.toml is...

size: M

Fetches current market price for a provided cryptocurrency in USD. It can also return the market price for a cryptocurrency given a specified date. Usage: @-mention "cryptocurrency" "optional: date in...

size: XL

I can't find how we can make use of the API to 'invite' users: in the documentation I can see I can create a user, but that means I have...