opsdroid


Nameopsdroid JSON
Version 0.30.0 PyPI version JSON
download
home_pagehttps://opsdroid.github.io/
Summary"An open source ChatOps bot framework."
upload_time2024-04-25 12:49:35
maintainerNone
docs_urlNone
authorJacob Tomlinson
requires_python>=3.8
licenseApache License 2.0
keywords bot bot-framework opsdroid botkit python3 asyncio chatops devops nlu
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            <h6 align=center>
<img src="https://github.com/opsdroid/style-guidelines/raw/master/logos/logo-wide-light.png" alt="Opsdroid Logo"/>
</h6>

<h4 align=center>An open source chat-ops bot framework</h4>

<p align=center>
<a href="https://pypi.python.org/pypi"><img src="https://img.shields.io/pypi/v/opsdroid.svg" alt="Current version of pypi" /></a>
<a href="https://github.com/opsdroid/opsdroid/actions"><img src="https://github.com/opsdroid/opsdroid/workflows/CI/badge.svg?event=push&branch=master" alt="Github CI Status"></img></a>
<a href="https://codecov.io/gh/opsdroid/opsdroid"><img src="https://img.shields.io/codecov/c/github/opsdroid/opsdroid.svg" alt="codecov" /></a>
<a href="https://bettercodehub.com/"><img src="https://bettercodehub.com/edge/badge/opsdroid/opsdroid?branch=master" alt="BCH compliance" /></a>
<a href="https://hub.docker.com/r/opsdroid/opsdroid/builds/"><img src="https://img.shields.io/docker/build/opsdroid/opsdroid.svg" alt="Docker Build" /></a>
<a href="https://hub.docker.com/r/opsdroid/opsdroid/builds/"><img alt="Docker Image Size (latest by date)" src="https://img.shields.io/docker/image-size/opsdroid/opsdroid?label=image%20size"></a><a href="https://microbadger.com/#/images/opsdroid/opsdroid"><img src="https://img.shields.io/microbadger/layers/opsdroid/opsdroid.svg" alt="Docker Layers" /></a>
<a href="http://opsdroid.readthedocs.io/en/stable/?badge=stable"><img src="https://img.shields.io/readthedocs/opsdroid/latest.svg" alt="Documentation Status" /></a>
<a href="https://app.element.io/#/room/#opsdroid-general:matrix.org"><img src="https://img.shields.io/matrix/opsdroid-general:matrix.org.svg?logo=matrix" alt="Matrix Chat" /></a>
<a href="#backers"><img src="https://opencollective.com/opsdroid/backers/badge.svg" alt="Backers on Open Collective" /></a>
<a href="#sponsors"><img src="https://opencollective.com/opsdroid/sponsors/badge.svg" alt="Sponsors on Open Collective" /></a>
<a href="https://www.codetriage.com/opsdroid/opsdroid"><img src="https://www.codetriage.com/opsdroid/opsdroid/badges/users.svg" alt="Open Source Helpers" /></a>
</p>

---

<p align="center">
  <a href="https://docs.opsdroid.dev/en/stable/quickstart.html">Quick Start</a> •
  <a href="https://docs.opsdroid.dev">Documentation</a> •
  <a href="https://playground.opsdroid.dev">Playground</a> •
  <a href="https://medium.com/opsdroid">Blog</a> •
  <a href="https://app.element.io/#/room/#opsdroid-general:matrix.org">Community</a>
</p>

---

An open source chatbot framework written in Python. It is designed to be extendable, scalable and simple.

This framework is designed to take events from chat services and other sources and execute Python functions (skills) based on their contents. Those functions can be anything you like, from simple conversational responses to running complex tasks. The true power of this project is to act as a glue library to bring the multitude of natural language APIs, chat services and third-party APIs together.

See [our full documentation](https://docs.opsdroid.dev) to get started.

### Contributors

This project exists thanks to all the people who contribute. [[Contribute](https://docs.opsdroid.dev/en/stable/contributing/)].
<a href="https://github.com/opsdroid/opsdroid/graphs/contributors"><img src="https://opencollective.com/opsdroid/contributors.svg?width=890" /></a>

## Backers

Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/opsdroid#backer)]

<a href="https://opencollective.com/opsdroid#backers" target="_blank"><img src="https://opencollective.com/opsdroid/backers.svg?width=890"></a>

## Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/opsdroid#sponsor)]

<a href="https://opencollective.com/opsdroid/sponsor/0/website" target="_blank"><img src="https://opencollective.com/opsdroid/sponsor/0/avatar.svg"></a>
<a href="https://opencollective.com/opsdroid/sponsor/1/website" target="_blank"><img src="https://opencollective.com/opsdroid/sponsor/1/avatar.svg"></a>
<a href="https://opencollective.com/opsdroid/sponsor/2/website" target="_blank"><img src="https://opencollective.com/opsdroid/sponsor/2/avatar.svg"></a>
<a href="https://opencollective.com/opsdroid/sponsor/3/website" target="_blank"><img src="https://opencollective.com/opsdroid/sponsor/3/avatar.svg"></a>
<a href="https://opencollective.com/opsdroid/sponsor/4/website" target="_blank"><img src="https://opencollective.com/opsdroid/sponsor/4/avatar.svg"></a>
<a href="https://opencollective.com/opsdroid/sponsor/5/website" target="_blank"><img src="https://opencollective.com/opsdroid/sponsor/5/avatar.svg"></a>
<a href="https://opencollective.com/opsdroid/sponsor/6/website" target="_blank"><img src="https://opencollective.com/opsdroid/sponsor/6/avatar.svg"></a>
<a href="https://opencollective.com/opsdroid/sponsor/7/website" target="_blank"><img src="https://opencollective.com/opsdroid/sponsor/7/avatar.svg"></a>
<a href="https://opencollective.com/opsdroid/sponsor/8/website" target="_blank"><img src="https://opencollective.com/opsdroid/sponsor/8/avatar.svg"></a>
<a href="https://opencollective.com/opsdroid/sponsor/9/website" target="_blank"><img src="https://opencollective.com/opsdroid/sponsor/9/avatar.svg"></a>

            

Raw data

            {
    "_id": null,
    "home_page": "https://opsdroid.github.io/",
    "name": "opsdroid",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "bot, bot-framework, opsdroid, botkit, python3, asyncio, chatops, devops, nlu",
    "author": "Jacob Tomlinson",
    "author_email": "jacob@tom.linson.uk",
    "download_url": "https://files.pythonhosted.org/packages/f1/62/900f483874682c1f4cc94f8d6bcfb3e67ef29520a484ec6bb8ab5f2463d1/opsdroid-0.30.0.tar.gz",
    "platform": "any",
    "description": "<h6 align=center>\n<img src=\"https://github.com/opsdroid/style-guidelines/raw/master/logos/logo-wide-light.png\" alt=\"Opsdroid Logo\"/>\n</h6>\n\n<h4 align=center>An open source chat-ops bot framework</h4>\n\n<p align=center>\n<a href=\"https://pypi.python.org/pypi\"><img src=\"https://img.shields.io/pypi/v/opsdroid.svg\" alt=\"Current version of pypi\" /></a>\n<a href=\"https://github.com/opsdroid/opsdroid/actions\"><img src=\"https://github.com/opsdroid/opsdroid/workflows/CI/badge.svg?event=push&branch=master\" alt=\"Github CI Status\"></img></a>\n<a href=\"https://codecov.io/gh/opsdroid/opsdroid\"><img src=\"https://img.shields.io/codecov/c/github/opsdroid/opsdroid.svg\" alt=\"codecov\" /></a>\n<a href=\"https://bettercodehub.com/\"><img src=\"https://bettercodehub.com/edge/badge/opsdroid/opsdroid?branch=master\" alt=\"BCH compliance\" /></a>\n<a href=\"https://hub.docker.com/r/opsdroid/opsdroid/builds/\"><img src=\"https://img.shields.io/docker/build/opsdroid/opsdroid.svg\" alt=\"Docker Build\" /></a>\n<a href=\"https://hub.docker.com/r/opsdroid/opsdroid/builds/\"><img alt=\"Docker Image Size (latest by date)\" src=\"https://img.shields.io/docker/image-size/opsdroid/opsdroid?label=image%20size\"></a><a href=\"https://microbadger.com/#/images/opsdroid/opsdroid\"><img src=\"https://img.shields.io/microbadger/layers/opsdroid/opsdroid.svg\" alt=\"Docker Layers\" /></a>\n<a href=\"http://opsdroid.readthedocs.io/en/stable/?badge=stable\"><img src=\"https://img.shields.io/readthedocs/opsdroid/latest.svg\" alt=\"Documentation Status\" /></a>\n<a href=\"https://app.element.io/#/room/#opsdroid-general:matrix.org\"><img src=\"https://img.shields.io/matrix/opsdroid-general:matrix.org.svg?logo=matrix\" alt=\"Matrix Chat\" /></a>\n<a href=\"#backers\"><img src=\"https://opencollective.com/opsdroid/backers/badge.svg\" alt=\"Backers on Open Collective\" /></a>\n<a href=\"#sponsors\"><img src=\"https://opencollective.com/opsdroid/sponsors/badge.svg\" alt=\"Sponsors on Open Collective\" /></a>\n<a href=\"https://www.codetriage.com/opsdroid/opsdroid\"><img src=\"https://www.codetriage.com/opsdroid/opsdroid/badges/users.svg\" alt=\"Open Source Helpers\" /></a>\n</p>\n\n---\n\n<p align=\"center\">\n  <a href=\"https://docs.opsdroid.dev/en/stable/quickstart.html\">Quick Start</a> \u2022\n  <a href=\"https://docs.opsdroid.dev\">Documentation</a> \u2022\n  <a href=\"https://playground.opsdroid.dev\">Playground</a> \u2022\n  <a href=\"https://medium.com/opsdroid\">Blog</a> \u2022\n  <a href=\"https://app.element.io/#/room/#opsdroid-general:matrix.org\">Community</a>\n</p>\n\n---\n\nAn open source chatbot framework written in Python. It is designed to be extendable, scalable and simple.\n\nThis framework is designed to take events from chat services and other sources and execute Python functions (skills) based on their contents. Those functions can be anything you like, from simple conversational responses to running complex tasks. The true power of this project is to act as a glue library to bring the multitude of natural language APIs, chat services and third-party APIs together.\n\nSee [our full documentation](https://docs.opsdroid.dev) to get started.\n\n### Contributors\n\nThis project exists thanks to all the people who contribute. [[Contribute](https://docs.opsdroid.dev/en/stable/contributing/)].\n<a href=\"https://github.com/opsdroid/opsdroid/graphs/contributors\"><img src=\"https://opencollective.com/opsdroid/contributors.svg?width=890\" /></a>\n\n## Backers\n\nThank you to all our backers! \ud83d\ude4f [[Become a backer](https://opencollective.com/opsdroid#backer)]\n\n<a href=\"https://opencollective.com/opsdroid#backers\" target=\"_blank\"><img src=\"https://opencollective.com/opsdroid/backers.svg?width=890\"></a>\n\n## Sponsors\n\nSupport this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/opsdroid#sponsor)]\n\n<a href=\"https://opencollective.com/opsdroid/sponsor/0/website\" target=\"_blank\"><img src=\"https://opencollective.com/opsdroid/sponsor/0/avatar.svg\"></a>\n<a href=\"https://opencollective.com/opsdroid/sponsor/1/website\" target=\"_blank\"><img src=\"https://opencollective.com/opsdroid/sponsor/1/avatar.svg\"></a>\n<a href=\"https://opencollective.com/opsdroid/sponsor/2/website\" target=\"_blank\"><img src=\"https://opencollective.com/opsdroid/sponsor/2/avatar.svg\"></a>\n<a href=\"https://opencollective.com/opsdroid/sponsor/3/website\" target=\"_blank\"><img src=\"https://opencollective.com/opsdroid/sponsor/3/avatar.svg\"></a>\n<a href=\"https://opencollective.com/opsdroid/sponsor/4/website\" target=\"_blank\"><img src=\"https://opencollective.com/opsdroid/sponsor/4/avatar.svg\"></a>\n<a href=\"https://opencollective.com/opsdroid/sponsor/5/website\" target=\"_blank\"><img src=\"https://opencollective.com/opsdroid/sponsor/5/avatar.svg\"></a>\n<a href=\"https://opencollective.com/opsdroid/sponsor/6/website\" target=\"_blank\"><img src=\"https://opencollective.com/opsdroid/sponsor/6/avatar.svg\"></a>\n<a href=\"https://opencollective.com/opsdroid/sponsor/7/website\" target=\"_blank\"><img src=\"https://opencollective.com/opsdroid/sponsor/7/avatar.svg\"></a>\n<a href=\"https://opencollective.com/opsdroid/sponsor/8/website\" target=\"_blank\"><img src=\"https://opencollective.com/opsdroid/sponsor/8/avatar.svg\"></a>\n<a href=\"https://opencollective.com/opsdroid/sponsor/9/website\" target=\"_blank\"><img src=\"https://opencollective.com/opsdroid/sponsor/9/avatar.svg\"></a>\n",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "\"An open source ChatOps bot framework.\"",
    "version": "0.30.0",
    "project_urls": {
        "Download": "https://github.com/opsdroid/opsdroid/releases",
        "Homepage": "https://opsdroid.github.io/"
    },
    "split_keywords": [
        "bot",
        " bot-framework",
        " opsdroid",
        " botkit",
        " python3",
        " asyncio",
        " chatops",
        " devops",
        " nlu"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f162900f483874682c1f4cc94f8d6bcfb3e67ef29520a484ec6bb8ab5f2463d1",
                "md5": "c59d6fd596843dee10843a9f43b21fb3",
                "sha256": "f334557270187878275e119a26f08f9a6ee3c40c28aca8b8be89457e2cff6275"
            },
            "downloads": -1,
            "filename": "opsdroid-0.30.0.tar.gz",
            "has_sig": false,
            "md5_digest": "c59d6fd596843dee10843a9f43b21fb3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 335361,
            "upload_time": "2024-04-25T12:49:35",
            "upload_time_iso_8601": "2024-04-25T12:49:35.127352Z",
            "url": "https://files.pythonhosted.org/packages/f1/62/900f483874682c1f4cc94f8d6bcfb3e67ef29520a484ec6bb8ab5f2463d1/opsdroid-0.30.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-25 12:49:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "opsdroid",
    "github_project": "opsdroid",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "tox": true,
    "lcname": "opsdroid"
}
        
Elapsed time: 0.27364s