python-zulip-api/packaged_helloworld
PIG208 745f2cd173 zulip_bots: Add a boilerplate bot for external bots.
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.
2021-07-29 11:08:33 -07:00
..
packaged_helloworld zulip_bots: Add a boilerplate bot for external bots. 2021-07-29 11:08:33 -07:00
README.md zulip_bots: Add a boilerplate bot for external bots. 2021-07-29 11:08:33 -07:00
setup.py zulip_bots: Add a boilerplate bot for external bots. 2021-07-29 11:08:33 -07:00

README.md

This is a boilerplate package for a Zulip bot that can be installed from pip and launched using the zulip-run-bots command.