
Add packaged_helloworld as an example of a PyPI package setup for an external zulip bot that can be installed via pip and lanuched without the need to include it in the zulip_bots/bots directory.
6 lines
225 B
Markdown
6 lines
225 B
Markdown
Simple Zulip bot that will respond to any query with a "beep boop".
|
|
|
|
The packaged_helloworld bot is a boilerplate bot that can be used as a
|
|
template for more sophisticated/evolved Zulip bots that can be
|
|
installed separately.
|