opsdroid / connector-shell

📡 A shell connector for opsdroid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚠️ DEPRECATED ⚠️ This connector is now built into opsdroid core. This repository only exists for backward compatibility and will be removed.

opsdroid connector shell

A connector for opsdroid to send messages using the command line.

Note: This connector only works on unix systems. It will not work on windows, it's recommended that you download the Opsdroid Desktop App to have opsdroid running on windows.

Requirements

The shell connector requires access to user input, this means you should probably set the logging not to go to the console.

Configuration

connectors:
  - name: shell
    # optional
    bot-name: "mybot" # default "opsdroid"

Disable Logging

It's recommended to deactivate console logging in your configuration.yaml file if you intend to use this connector.

Just add the following in your configuration file:

logging:
  console: false

About

📡 A shell connector for opsdroid

License:Apache License 2.0


Languages

Language:Python 100.0%