Skip to main content

Zulip's Bot framework

Project description

Zulip bots

This directory contains the source code for the zulip_bots PyPI package.

The Zulip documentation has guides on using Zulip's bot system and writing your own bots.

Directory structure

zulip_bots  # This directory
├───zulip_bots  # `zulip_bots` package.   ├───bots/  # Actively maintained and tested bots.   ├───bots_unmaintained/  # Unmaintained, potentially broken bots.   ├───game_handler.py  # Handles game-related bots.   ├───lib.py  # Backbone of run.py   ├───provision.py  # Creates a development environment.   ├───run.py  # Used to run bots.   ├───simple_lib.py  # Used for terminal testing.   ├───test_lib.py  # Backbone for bot unit tests.   ├───test_run.py  # Unit tests for run.py   └───terminal.py  # Used to test bots in the command line.
└───setup.py  # Script for packaging.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

zulip_bots-0.7.1-py3-none-any.whl (2.3 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page