{"id":19466753,"url":"https://github.com/zulip/errbot-backend-zulip","last_synced_at":"2025-10-07T07:30:39.905Z","repository":{"id":89526905,"uuid":"105759350","full_name":"zulip/errbot-backend-zulip","owner":"zulip","description":"Zulip backend for err.","archived":false,"fork":false,"pushed_at":"2019-11-18T20:13:22.000Z","size":9,"stargazers_count":5,"open_issues_count":1,"forks_count":13,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-01-19T22:48:10.190Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zulip.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-10-04T11:12:56.000Z","updated_at":"2023-08-01T22:23:36.000Z","dependencies_parsed_at":"2024-01-23T21:17:15.583Z","dependency_job_id":"3d494200-b2f6-4c25-89c2-b37ee19faa57","html_url":"https://github.com/zulip/errbot-backend-zulip","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zulip%2Ferrbot-backend-zulip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zulip%2Ferrbot-backend-zulip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zulip%2Ferrbot-backend-zulip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zulip%2Ferrbot-backend-zulip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zulip","download_url":"https://codeload.github.com/zulip/errbot-backend-zulip/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235600043,"owners_count":19016195,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-10T18:30:02.200Z","updated_at":"2025-10-07T07:30:39.585Z","avatar_url":"https://github.com/zulip.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# errbot-backend-zulip\n\n*This is a Zulip backend for [Errbot](http://errbot.io/).*\n\nSetup\n-----\n\n0. [Install errbot](http://errbot.io/en/latest/user_guide/setup.html)\n   and follow to instructions to setup a `config.py`.\n\n0. Clone this repository somewhere convenient.\n\n0. Install the requirements listed in `requirements.txt`.\n\n0. In Zulip, create a bot that will represent ErrBot. If you need help with this step, \n   check out [this](http://zulip.readthedocs.io/en/latest/bots-guide.html) guide on Zulip bots.\n\n0. Download your Zulip bot's `.zuliprc` config file. You will need its content for the next step.\n\n0. Edit your ErrBot's `config.py`. Use the following template for a minimal configuration:\n   ```python\n   import logging\n\n   BACKEND = 'Zulip'\n\n   BOT_EXTRA_BACKEND_DIR = r'\u003cpath/to/errbot-backend-zulip\u003e'\n   BOT_DATA_DIR = r'\u003cpath/to/your/errbot/data/directory\u003e'\n   BOT_EXTRA_PLUGIN_DIR = r'\u003cpath/to/your/errbot/plugin/directory\u003e'\n\n   BOT_LOG_FILE = r'\u003cpath/to/your/errbot/logfile.log\u003e'\n   BOT_LOG_LEVEL = logging.INFO\n\n   BOT_IDENTITY = {  # Fill this with the corresponding values in your bot's `.zuliprc`\n       'email': '\u003cerr-bot@your.zulip.server\u003e',\n       'key': '\u003cabcdefghijklmnopqrstuvwxyz123456\u003e',\n       'site': '\u003chttp://your.zulip.server\u003e'\n   }\n   BOT_ADMINS = ('\u003cyour@email.address',)\n   CHATROOM_PRESENCE = ()\n   BOT_PREFIX = '\u003c@**err-bot**\u003e'  # Providing errbot's full name in Zulip lets it respond to @-mentions.\n   ```\n   Sections you need to edit are marked with `\u003c\u003e`.\n\n0. [Start ErrBot](http://errbot.io/en/latest/user_guide/setup.html#starting-the-daemon).\n\nTips\n----\n\n* Rooms in ErrBot are streams in Zulip.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzulip%2Ferrbot-backend-zulip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzulip%2Ferrbot-backend-zulip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzulip%2Ferrbot-backend-zulip/lists"}