Skip to main content

An open source chat-ops bot.

Project description

![opsdroid](https://github.com/opsdroid/style-guidelines/raw/master/logos/logo-wide-light.png)

[![Build Status](https://travis-ci.org/opsdroid/opsdroid.svg?branch=release)](https://travis-ci.org/opsdroid/opsdroid) [![Coverage Status](https://coveralls.io/repos/github/opsdroid/opsdroid/badge.svg?branch=release)](https://coveralls.io/github/opsdroid/opsdroid?branch=release) [![Updates](https://pyup.io/repos/github/opsdroid/opsdroid/shield.svg)](https://pyup.io/repos/github/opsdroid/opsdroid/) [![Dependency Status](https://dependencyci.com/github/opsdroid/opsdroid/badge)](https://dependencyci.com/github/opsdroid/opsdroid)
[![Docker Image](https://img.shields.io/badge/docker-ready-blue.svg)](https://hub.docker.com/r/opsdroid/opsdroid/) [![Docker Layers](https://images.microbadger.com/badges/image/opsdroid/opsdroid.svg)](https://microbadger.com/#/images/opsdroid/opsdroid) [![Documentation Status](https://img.shields.io/badge/docs-latest-red.svg?style=flat)](http://opsdroid.readthedocs.io/en/latest/?badge=latest)


An open source python chat-ops bot framework.

## Quick start

```
pip3 install opsdroid
mkdir ~/.opsdroid
opsdroid --gen-config > ~/.opsdroid/configuration.yaml
opsdroid
```

## Configuration

Configuration is done in a yaml file called `configuration.yaml`. See the [full reference](http://opsdroid.readthedocs.io/en/latest/configuration-reference/).

Example:

```yaml
## _ _ _
## ___ _ __ ___ __| |_ __ ___ (_) __| |
## / _ \| '_ \/ __|/ _` | '__/ _ \| |/ _` |
## | (_) | |_) \__ \ (_| | | | (_) | | (_| |
## \___/| .__/|___/\__,_|_| \___/|_|\__,_|
## |_|
## __ _
## ___ ___ _ __ / _(_) __ _
## / __/ _ \| '_ \| |_| |/ _` |
## | (_| (_) | | | | _| | (_| |
## \___\___/|_| |_|_| |_|\__, |
## |___/
##
## A default config file to use with opsdroid

## Set the logging level
# logging:
# level: info
# path: opsdroid.log
# console: true

## Set the location for opsdroid to install modules
# module-path: "."

## Parsers
# parsers:
# - name: regex
# enabled: true
#
# - name: crontab
# enabled: true
#
# - name: apiai
# access-token: "youraccesstoken"
# min-score: 0.6

## Connector modules
connectors:
- name: shell

## Database modules (optional)
# databases:

## Skill modules
skills:

## Hello world (https://github.com/opsdroid/skill-hello)
- name: hello

## Last seen (https://github.com/opsdroid/skill-seen)
- name: seen

## Dance (https://github.com/opsdroid/skill-dance)
- name: dance

## Loud noises (https://github.com/opsdroid/skill-loudnoises)
- name: loudnoises

```

## Contributing

Contributing to the opsdroid ecosystem is strongly encouraged. You can do this by creating modules to be used by opsdroid or by contributing to the project itself.

All contributors to the project, including [jacobtomlinson](https://github.com/jacobtomlinson), contribute using the following process:

* Fork the main project to your own account
* Work on your changes on a feature branch
* Create a pull request back to the main project
* Tests and test coverage will be checked automatically
* A project maintainer will review and merge the pull request

For more information see the [contribution documentation](http://opsdroid.readthedocs.io/en/latest/contributing/).

Project details


Download files

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

Source Distribution

opsdroid-0.8.0.tar.gz (24.8 kB view details)

Uploaded Source

File details

Details for the file opsdroid-0.8.0.tar.gz.

File metadata

  • Download URL: opsdroid-0.8.0.tar.gz
  • Upload date:
  • Size: 24.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for opsdroid-0.8.0.tar.gz
Algorithm Hash digest
SHA256 d93291a7827bf1c889a68bfc0ac09f94383e8c333e71671905541e83099eeecf
MD5 254bd3c4d1db9b04cd624a1c6999394d
BLAKE2b-256 2f0a862579b86ae114b3aff087d82f143ad772b9284f490c6bcc47a9de7f16a5

See more details on using hashes here.

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