tomberek / zulip-digest

Turn conversations on Zulip into summaries with "the power of AI"_TM_.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zulip digest

Turn conversations on Zulip into summaries with "the power of AI"TM.

Usage

Summarize all topics in a stream:

zulip-digest -s STREAM_NAME

Reference:

$ zulip-digest --help
Usage: zulip-digest [OPTIONS]

Options:
  -s, --stream TEXT  Streams to process
  -t, --topic TEXT   Topics to process (only 1 stream allowed)
  --json             Output JSON
  --debug            Enable debug logging
  --help             Show this message and exit.

Install

Requirements: Python 3+

Install from the repository:

pip install https+git://github.com/GuillaumeDesforges/zulip-digest.git

Then create a file .zuliprc as specified in the Zulip documentation.

[api]
key=<API key from the web interface>
email=<your email address>
site=<your Zulip server's URI>
...

About

Turn conversations on Zulip into summaries with "the power of AI"_TM_.


Languages

Language:Python 100.0%