Skip to content
This repository has been archived by the owner on Jun 18, 2019. It is now read-only.

marvinpinto/charlesbot-broadcast-message

Repository files navigation

Charlesbot Broadcast Message Plugin

Travis CI Code Coverage Software License

A Charlesbot plugin that sends out a nifty broadcast message!

How does this work

This plugin adds the following !help target:

!wall <msg> - Broadcast a message to all channels I'm a part of

Whenever a person issues a !wall command, this plugin will broadcast that message to all the channels that Charlesbot is currently in.

https://raw.githubusercontent.com/marvinpinto/charlesbot-broadcast-message/master/images/wall.png

Installation

pip install charlesbot-broadcast-message

Instructions for how to run Charlesbot are over at https://github.com/marvinpinto/charlesbot!

Configuration

In your Charlesbot config.yaml, enable this plugin by adding the following entry to the main section:

main:
  enabled_plugins:
    - 'charlesbot_broadcast_message.broadcast_message.BroadcastMessage'

Sample config file

main:
  slackbot_token: 'xoxb-1234'
  enabled_plugins:
    - 'charlesbot_broadcast_message.broadcast_message.BroadcastMessage'

License

See the LICENSE.txt file for license rights and limitations (MIT).

About

A Charlesbot plugin that sends out a nifty broadcast message!

Resources

License

Stars

Watchers

Forks

Packages

No packages published