zulip / python-zulip-api

Python library for the Zulip API.
https://zulip.com/api/
Apache License 2.0
350 stars 356 forks source link

Initialize CLI interface for python-zulip-api. #663

Closed rht closed 3 years ago

timabbott commented 3 years ago

This is cool! I think it'd really helpful to have a README (that perhaps we can then port into the /api documentation) with a handful of examples. (I imagine it mostly self-documents with --help?)

rht commented 3 years ago

@timabbott rebased, and used get_subscriptions instead of list_subscriptions.

timabbott commented 3 years ago

Merged, thanks @rht! We'll want to do a bit more playing with this and then add it to the documentation.

@PIG208 @LoopThrough-i-j @showell are any of you up for spending some time playing with this, perhaps live-blogging the experience in #integrations?