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

As part of https://github.com/zulip/zulip/issues/18035 We should implement this as follows: * A commit should make a `Client` object do a `GET /server_settings` and store the `feature_level` and server version as...

priority: high

I don't have a specific proposal, but probably some combination of documenting PYTHONPATH and adjusting how we search for bot modules is well worth doing to make it easier to...

help wanted

Reading from ~/.zuliprc forces the number of account to be 1. The other alternative, i.e. having to type the API key in a command line is not secure (this leaves...

good first issue

Apparently, we have a few integrations that are using the `!avatar` markdown syntax that we removed some time ago: ``` tabbott@coset:~/python-zulip-api$ git grep '!avatar' zulip/integrations/git/post-receive: commits += '!avatar(%s) %s\n' %...

help wanted
priority: high
good first issue

When following multiple users on Twitter with Twitter-bot using crontab, the same tweets will be will be importing again and again everytime crontab call the twitter-bot script. Using ``` */5...

_Originally posted by @andersk in https://github.com/zulip/python-zulip-api/pull/663#discussion_r639105669_ This is the PR for zulip-cli: https://github.com/zulip/python-zulip-api/pull/663. We want to replace the hardcoded zuliprc path (currently ~/zuliprc) to use something along the line of...

To prevent confusion about its usage. To cement the fact that it is an abstract class used only for typing annotation purpose. See discussion at https://chat.zulip.org/#narrow/stream/127-integrations/topic/deploying.20bots.20on.20heroku.3F.3F.3F.20--.20BotHandler. Still need discussion: whether...

Currently, the bot is able to add a reaction conveniently using `react(message, emoji_name)`. Similarly, we can also wrap the API call for removing a reaction for our bot handler. We...

Zulip's API has a pair of related URLs for accessing uploaded files that need better documentation and tooling: * `GET /user_uploads/...` * `GET /api/v1/user_uploads/...` The former just downloads a file...

help wanted
priority: high

``` $ zulip-run-bot susi –-config-file ~/zuliprc usage: zulip-run-bot --config-file ~/zuliprc zulip-run-bot --help zulip-run-bot: error: the following arguments are required: --config-file/-c ``` But -c works fine

good first issue