nautobot-chatops


Namenautobot-chatops JSON
Version 3.0.2 PyPI version JSON
download
home_pagehttps://github.com/nautobot/nautobot-app-chatops
SummaryA app providing chatbot capabilities for Nautobot
upload_time2024-03-28 18:50:45
maintainerNone
docs_urlNone
authorNetwork to Code, LLC
requires_python<3.12,>=3.8
licenseApache-2.0
keywords nautobot nautobot-app nautobot-plugin
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Nautobot ChatOps App

<p align="center">
  <img src="https://raw.githubusercontent.com/nautobot/nautobot-app-chatops/develop/docs/assets/icon-ChatOps.png" alt="ChatOps Logo" class="logo" height="200px">
  <br>
  <a href="https://github.com/nautobot/nautobot-app-chatops/actions"><img src="https://github.com/nautobot/nautobot-app-chatops/actions/workflows/ci.yml/badge.svg?branch=main"></a>
  <a href="https://docs.nautobot.com/projects/chatops/en/latest/"><img src="https://readthedocs.org/projects/nautobot-plugin-chatops/badge/"></a>
  <a href="https://pypi.org/project/nautobot-chatops/"><img src="https://img.shields.io/pypi/v/nautobot-chatops"></a>
  <a href="https://pypi.org/project/nautobot-chatops/"><img src="https://img.shields.io/pypi/dm/nautobot-chatops"></a>
  <br>
  A multi-platform ChatOps bot <a href="https://www.networktocode.com/nautobot/apps/">App</a> for <a href="https://nautobot.com/">Nautobot</a>.
</p>

## Overview

- Support for multiple chat platforms:
    - Mattermost
    - Microsoft Teams
    - Slack
    - Cisco Webex
- Support for multiple integrations:
    - Cisco ACI
    - AWX / Ansible Tower
    - Arista CloudVision
    - Grafana
    - IPFabric
    - Cisco Meraki
    - Palo Alto Panorama
- Write a command once and run it on every supported platform, including rich content formatting.
- Extensible - other Nautobot apps can provide additional commands which will be dynamically discovered.
- Automatic generation of basic help menus (accessed via `help`, `/command help`, or `/command sub-command help`).
- Metrics of command usage via the `nautobot_capacity_metrics` app.

### Screenshots

#### Command: `/nautobot`

![image](https://user-images.githubusercontent.com/6332586/118281576-5db4e980-b49b-11eb-8574-1332ed4b9757.png)

#### Command: `/nautobot get-devices`

![image](https://user-images.githubusercontent.com/6332586/118281772-95239600-b49b-11eb-9c79-e2040dc4a982.png)

#### Command: `/nautobot get-interface-connections`

![image](https://user-images.githubusercontent.com/6332586/118281976-ca2fe880-b49b-11eb-87ad-2a41eaa168ed.png)

## Try it out!

This App is installed in the Nautobot Community Sandbox found over at [demo.nautobot.com](https://demo.nautobot.com/)!

> For a full list of all the available always-on sandbox environments, head over to the main page on [networktocode.com](https://www.networktocode.com/nautobot/sandbox-environments/).

## Documentation

Full documentation for this App can be found over on the [Nautobot Docs](https://docs.nautobot.com) website:

- [User Guide](https://docs.nautobot.com/projects/chatops/en/latest/user/app_overview/) - Overview, Using the App, Getting Started.
- [Administrator Guide](https://docs.nautobot.com/projects/chatops/en/latest/admin/install/) - How to Install, Configure, Upgrade, or Uninstall the App.
- [Developer Guide](https://docs.nautobot.com/projects/chatops/en/latest/dev/contributing/) - Extending the App, Code Reference, Contribution Guide.
- [Release Notes / Changelog](https://docs.nautobot.com/projects/chatops/en/latest/admin/release_notes/).
- [Frequently Asked Questions](https://docs.nautobot.com/projects/chatops/en/latest/user/faq/).
- [Glossary](https://docs.nautobot.com/projects/chatops/en/latest/glossary/)

### Contributing to the Documentation

You can find all the Markdown source for the App documentation under the [`docs`](https://github.com/nautobot/nautobot-app-chatops/tree/develop/docs) folder in this repository. For simple edits, a Markdown capable editor is sufficient: clone the repository and edit away.

If you need to view the fully-generated documentation site, you can build it with [MkDocs](https://www.mkdocs.org/). A container hosting the documentation can be started using the `invoke` commands (details in the [Development Environment Guide](https://docs.nautobot.com/projects/chatops/en/latest/dev/dev_environment/#docker-development-environment)) on [http://localhost:8001](http://localhost:8001). Using this container, as your changes to the documentation are saved, they will be automatically rebuilt and any pages currently being viewed will be reloaded in your browser.

Any PRs with fixes or improvements are very welcome!

## Questions

For any questions or comments, please check the [FAQ](https://docs.nautobot.com/projects/chatops/en/latest/user/app_faq/) first and feel free to swing by the [Network to Code slack channel](https://networktocode.slack.com/) (channel #nautobot).
Sign up [here](https://slack.networktocode.com/)

## Acknowledgements

This project includes code originally written in separate apps, which have been merged into this project:

- [nautobot-plugin-chatops-aci](https://github.com/nautobot/nautobot-plugin-chatops-aci):
    Thanks
    [@mamullen13316](https://github.com/mamullen13316),
    [@smk4664](https://github.com/smk4664),
    [@ubajze](https://github.com/ubajze),
    [@whitej6](https://github.com/whitej6),
- [nautobot-plugin-chatops-ansible](https://github.com/nautobot/nautobot-plugin-chatops-ansible):
    Thanks
    [@chipn](https://github.com/chipn),
    [@dgjustice](https://github.com/dgjustice),
    [@jeffkala](https://github.com/jeffkala),
    [@jvanderaa](https://github.com/jvanderaa),
    [@matt852](https://github.com/matt852),
    [@smk4664](https://github.com/smk4664),
    [@ubajze](https://github.com/ubajze),
    [@whitej6](https://github.com/whitej6),
- [nautobot-plugin-chatops-arista-cloudvision](https://github.com/nautobot/nautobot-plugin-chatops-arista-cloudvision):
    Thanks
    [@qduk](https://github.com/qduk),
    [@ubajze](https://github.com/ubajze),
    [@whitej6](https://github.com/whitej6),
- [nautobot-plugin-chatops-grafana](https://github.com/nautobot/nautobot-plugin-chatops-grafana):
    Thanks
    [@jedelman8](https://github.com/jedelman8),
    [@josh-silvas](https://github.com/josh-silvas),
    [@nniehoff](https://github.com/nniehoff),
    [@tim-fiola](https://github.com/tim-fiola),
    [@ubajze](https://github.com/ubajze),
    [@whitej6](https://github.com/whitej6),
- [nautobot-plugin-chatops-ipfabric](https://github.com/nautobot/nautobot-plugin-chatops-ipfabric):
    Thanks
    [@alhogan](https://github.com/alhogan),
    [@chadell](https://github.com/chadell),
    [@chipn](https://github.com/chipn),
    [@justinjeffery-ipf](https://github.com/justinjeffery-ipf),
    [@nniehoff](https://github.com/nniehoff),
    [@pke11y](https://github.com/pke11y),
    [@scetron](https://github.com/scetron),
    [@smk4664](https://github.com/smk4664),
    [@ubajze](https://github.com/ubajze),
    [@whitej6](https://github.com/whitej6),
- [nautobot-plugin-chatops-meraki](https://github.com/nautobot/nautobot-plugin-chatops-meraki):
    Thanks
    [@jedelman8](https://github.com/jedelman8),
    [@jeffkala](https://github.com/jeffkala),
    [@qduk](https://github.com/qduk),
    [@tim-fiola](https://github.com/tim-fiola),
    [@ubajze](https://github.com/ubajze),
    [@whitej6](https://github.com/whitej6),
- [nautobot-plugin-chatops-panorama](https://github.com/nautobot/nautobot-plugin-chatops-panorama):
    Thanks
    [@FragmentedPacket](https://github.com/FragmentedPacket),
    [@PhillSimonds](https://github.com/PhillSimonds),
    [@armartirosyan](https://github.com/armartirosyan),
    [@itdependsnetworks](https://github.com/itdependsnetworks),
    [@jamesholland-uk](https://github.com/jamesholland-uk),
    [@jdrew82](https://github.com/jdrew82),
    [@matt852](https://github.com/matt852),
    [@qduk](https://github.com/qduk),
    [@ubajze](https://github.com/ubajze),
    [@whitej6](https://github.com/whitej6),


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/nautobot/nautobot-app-chatops",
    "name": "nautobot-chatops",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.12,>=3.8",
    "maintainer_email": null,
    "keywords": "nautobot, nautobot-app, nautobot-plugin",
    "author": "Network to Code, LLC",
    "author_email": "opensource@networktocode.com",
    "download_url": "https://files.pythonhosted.org/packages/57/2a/9156072f42acbdf484428dca20ed9102bce0462e8eb72ae3c0d251ffa674/nautobot_chatops-3.0.2.tar.gz",
    "platform": null,
    "description": "# Nautobot ChatOps App\n\n<p align=\"center\">\n  <img src=\"https://raw.githubusercontent.com/nautobot/nautobot-app-chatops/develop/docs/assets/icon-ChatOps.png\" alt=\"ChatOps Logo\" class=\"logo\" height=\"200px\">\n  <br>\n  <a href=\"https://github.com/nautobot/nautobot-app-chatops/actions\"><img src=\"https://github.com/nautobot/nautobot-app-chatops/actions/workflows/ci.yml/badge.svg?branch=main\"></a>\n  <a href=\"https://docs.nautobot.com/projects/chatops/en/latest/\"><img src=\"https://readthedocs.org/projects/nautobot-plugin-chatops/badge/\"></a>\n  <a href=\"https://pypi.org/project/nautobot-chatops/\"><img src=\"https://img.shields.io/pypi/v/nautobot-chatops\"></a>\n  <a href=\"https://pypi.org/project/nautobot-chatops/\"><img src=\"https://img.shields.io/pypi/dm/nautobot-chatops\"></a>\n  <br>\n  A multi-platform ChatOps bot <a href=\"https://www.networktocode.com/nautobot/apps/\">App</a> for <a href=\"https://nautobot.com/\">Nautobot</a>.\n</p>\n\n## Overview\n\n- Support for multiple chat platforms:\n    - Mattermost\n    - Microsoft Teams\n    - Slack\n    - Cisco Webex\n- Support for multiple integrations:\n    - Cisco ACI\n    - AWX / Ansible Tower\n    - Arista CloudVision\n    - Grafana\n    - IPFabric\n    - Cisco Meraki\n    - Palo Alto Panorama\n- Write a command once and run it on every supported platform, including rich content formatting.\n- Extensible - other Nautobot apps can provide additional commands which will be dynamically discovered.\n- Automatic generation of basic help menus (accessed via `help`, `/command help`, or `/command sub-command help`).\n- Metrics of command usage via the `nautobot_capacity_metrics` app.\n\n### Screenshots\n\n#### Command: `/nautobot`\n\n![image](https://user-images.githubusercontent.com/6332586/118281576-5db4e980-b49b-11eb-8574-1332ed4b9757.png)\n\n#### Command: `/nautobot get-devices`\n\n![image](https://user-images.githubusercontent.com/6332586/118281772-95239600-b49b-11eb-9c79-e2040dc4a982.png)\n\n#### Command: `/nautobot get-interface-connections`\n\n![image](https://user-images.githubusercontent.com/6332586/118281976-ca2fe880-b49b-11eb-87ad-2a41eaa168ed.png)\n\n## Try it out!\n\nThis App is installed in the Nautobot Community Sandbox found over at [demo.nautobot.com](https://demo.nautobot.com/)!\n\n> For a full list of all the available always-on sandbox environments, head over to the main page on [networktocode.com](https://www.networktocode.com/nautobot/sandbox-environments/).\n\n## Documentation\n\nFull documentation for this App can be found over on the [Nautobot Docs](https://docs.nautobot.com) website:\n\n- [User Guide](https://docs.nautobot.com/projects/chatops/en/latest/user/app_overview/) - Overview, Using the App, Getting Started.\n- [Administrator Guide](https://docs.nautobot.com/projects/chatops/en/latest/admin/install/) - How to Install, Configure, Upgrade, or Uninstall the App.\n- [Developer Guide](https://docs.nautobot.com/projects/chatops/en/latest/dev/contributing/) - Extending the App, Code Reference, Contribution Guide.\n- [Release Notes / Changelog](https://docs.nautobot.com/projects/chatops/en/latest/admin/release_notes/).\n- [Frequently Asked Questions](https://docs.nautobot.com/projects/chatops/en/latest/user/faq/).\n- [Glossary](https://docs.nautobot.com/projects/chatops/en/latest/glossary/)\n\n### Contributing to the Documentation\n\nYou can find all the Markdown source for the App documentation under the [`docs`](https://github.com/nautobot/nautobot-app-chatops/tree/develop/docs) folder in this repository. For simple edits, a Markdown capable editor is sufficient: clone the repository and edit away.\n\nIf you need to view the fully-generated documentation site, you can build it with [MkDocs](https://www.mkdocs.org/). A container hosting the documentation can be started using the `invoke` commands (details in the [Development Environment Guide](https://docs.nautobot.com/projects/chatops/en/latest/dev/dev_environment/#docker-development-environment)) on [http://localhost:8001](http://localhost:8001). Using this container, as your changes to the documentation are saved, they will be automatically rebuilt and any pages currently being viewed will be reloaded in your browser.\n\nAny PRs with fixes or improvements are very welcome!\n\n## Questions\n\nFor any questions or comments, please check the [FAQ](https://docs.nautobot.com/projects/chatops/en/latest/user/app_faq/) first and feel free to swing by the [Network to Code slack channel](https://networktocode.slack.com/) (channel #nautobot).\nSign up [here](https://slack.networktocode.com/)\n\n## Acknowledgements\n\nThis project includes code originally written in separate apps, which have been merged into this project:\n\n- [nautobot-plugin-chatops-aci](https://github.com/nautobot/nautobot-plugin-chatops-aci):\n    Thanks\n    [@mamullen13316](https://github.com/mamullen13316),\n    [@smk4664](https://github.com/smk4664),\n    [@ubajze](https://github.com/ubajze),\n    [@whitej6](https://github.com/whitej6),\n- [nautobot-plugin-chatops-ansible](https://github.com/nautobot/nautobot-plugin-chatops-ansible):\n    Thanks\n    [@chipn](https://github.com/chipn),\n    [@dgjustice](https://github.com/dgjustice),\n    [@jeffkala](https://github.com/jeffkala),\n    [@jvanderaa](https://github.com/jvanderaa),\n    [@matt852](https://github.com/matt852),\n    [@smk4664](https://github.com/smk4664),\n    [@ubajze](https://github.com/ubajze),\n    [@whitej6](https://github.com/whitej6),\n- [nautobot-plugin-chatops-arista-cloudvision](https://github.com/nautobot/nautobot-plugin-chatops-arista-cloudvision):\n    Thanks\n    [@qduk](https://github.com/qduk),\n    [@ubajze](https://github.com/ubajze),\n    [@whitej6](https://github.com/whitej6),\n- [nautobot-plugin-chatops-grafana](https://github.com/nautobot/nautobot-plugin-chatops-grafana):\n    Thanks\n    [@jedelman8](https://github.com/jedelman8),\n    [@josh-silvas](https://github.com/josh-silvas),\n    [@nniehoff](https://github.com/nniehoff),\n    [@tim-fiola](https://github.com/tim-fiola),\n    [@ubajze](https://github.com/ubajze),\n    [@whitej6](https://github.com/whitej6),\n- [nautobot-plugin-chatops-ipfabric](https://github.com/nautobot/nautobot-plugin-chatops-ipfabric):\n    Thanks\n    [@alhogan](https://github.com/alhogan),\n    [@chadell](https://github.com/chadell),\n    [@chipn](https://github.com/chipn),\n    [@justinjeffery-ipf](https://github.com/justinjeffery-ipf),\n    [@nniehoff](https://github.com/nniehoff),\n    [@pke11y](https://github.com/pke11y),\n    [@scetron](https://github.com/scetron),\n    [@smk4664](https://github.com/smk4664),\n    [@ubajze](https://github.com/ubajze),\n    [@whitej6](https://github.com/whitej6),\n- [nautobot-plugin-chatops-meraki](https://github.com/nautobot/nautobot-plugin-chatops-meraki):\n    Thanks\n    [@jedelman8](https://github.com/jedelman8),\n    [@jeffkala](https://github.com/jeffkala),\n    [@qduk](https://github.com/qduk),\n    [@tim-fiola](https://github.com/tim-fiola),\n    [@ubajze](https://github.com/ubajze),\n    [@whitej6](https://github.com/whitej6),\n- [nautobot-plugin-chatops-panorama](https://github.com/nautobot/nautobot-plugin-chatops-panorama):\n    Thanks\n    [@FragmentedPacket](https://github.com/FragmentedPacket),\n    [@PhillSimonds](https://github.com/PhillSimonds),\n    [@armartirosyan](https://github.com/armartirosyan),\n    [@itdependsnetworks](https://github.com/itdependsnetworks),\n    [@jamesholland-uk](https://github.com/jamesholland-uk),\n    [@jdrew82](https://github.com/jdrew82),\n    [@matt852](https://github.com/matt852),\n    [@qduk](https://github.com/qduk),\n    [@ubajze](https://github.com/ubajze),\n    [@whitej6](https://github.com/whitej6),\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A app providing chatbot capabilities for Nautobot",
    "version": "3.0.2",
    "project_urls": {
        "Documentation": "https://docs.nautobot.com/projects/chatops/en/latest/",
        "Homepage": "https://github.com/nautobot/nautobot-app-chatops",
        "Repository": "https://github.com/nautobot/nautobot-app-chatops"
    },
    "split_keywords": [
        "nautobot",
        " nautobot-app",
        " nautobot-plugin"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e44c860514660c6579f9c31b0525b70aa366fe1f69e515af508ea024f85de49e",
                "md5": "3b27aed2149e2ca26a5314a13b85b906",
                "sha256": "456e95362abe5fe36d63be0da0232f58b9d52851d52babced5cab06662fb28ec"
            },
            "downloads": -1,
            "filename": "nautobot_chatops-3.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3b27aed2149e2ca26a5314a13b85b906",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.12,>=3.8",
            "size": 6851886,
            "upload_time": "2024-03-28T18:50:43",
            "upload_time_iso_8601": "2024-03-28T18:50:43.080007Z",
            "url": "https://files.pythonhosted.org/packages/e4/4c/860514660c6579f9c31b0525b70aa366fe1f69e515af508ea024f85de49e/nautobot_chatops-3.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "572a9156072f42acbdf484428dca20ed9102bce0462e8eb72ae3c0d251ffa674",
                "md5": "b92569155086b6f2f7c8c08c89747d32",
                "sha256": "f16221778546b034a6609d843d9ae82f3fc02f5b611c9083d5eb136114bb7dba"
            },
            "downloads": -1,
            "filename": "nautobot_chatops-3.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "b92569155086b6f2f7c8c08c89747d32",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.12,>=3.8",
            "size": 6694031,
            "upload_time": "2024-03-28T18:50:45",
            "upload_time_iso_8601": "2024-03-28T18:50:45.081946Z",
            "url": "https://files.pythonhosted.org/packages/57/2a/9156072f42acbdf484428dca20ed9102bce0462e8eb72ae3c0d251ffa674/nautobot_chatops-3.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-28 18:50:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "nautobot",
    "github_project": "nautobot-app-chatops",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "nautobot-chatops"
}
        
Elapsed time: 0.24794s