Charlesbot Broadcast Message Plugin
Project description
===============================
Charlesbot Broadcast Message Plugin
===============================
.. image:: https://img.shields.io/travis/marvinpinto/charlesbot-broadcast-message/master.svg?style=flat-square
:target: https://travis-ci.org/marvinpinto/charlesbot-broadcast-message
:alt: Travis CI
.. image:: https://img.shields.io/coveralls/marvinpinto/charlesbot-broadcast-message/master.svg?style=flat-square
:target: https://coveralls.io/github/marvinpinto/charlesbot-broadcast-message?branch=master
:alt: Code Coverage
.. image:: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
:target: LICENSE.txt
:alt: Software License
A Charlesbot__ plugin that sends out a nifty broadcast message!
__ https://github.com/marvinpinto/charlesbot
How does this work
------------------
This plugin adds the following ``!help`` target:
.. code:: text
!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.
.. image:: https://raw.githubusercontent.com/marvinpinto/charlesbot-broadcast-message/master/images/wall.png
Installation
------------
.. code:: bash
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:
.. code:: yaml
main:
enabled_plugins:
- 'charlesbot_broadcast_message.broadcastmessage.BroadcastMessage'
Sample config file
~~~~~~~~~~~~~~~~~~
.. code:: yaml
main:
slackbot_token: 'xoxb-1234'
enabled_plugins:
- 'charlesbot_broadcast_message.broadcastmessage.BroadcastMessage'
License
-------
See the LICENSE.txt__ file for license rights and limitations (MIT).
__ ./LICENSE.txt
Charlesbot Broadcast Message Plugin
===============================
.. image:: https://img.shields.io/travis/marvinpinto/charlesbot-broadcast-message/master.svg?style=flat-square
:target: https://travis-ci.org/marvinpinto/charlesbot-broadcast-message
:alt: Travis CI
.. image:: https://img.shields.io/coveralls/marvinpinto/charlesbot-broadcast-message/master.svg?style=flat-square
:target: https://coveralls.io/github/marvinpinto/charlesbot-broadcast-message?branch=master
:alt: Code Coverage
.. image:: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
:target: LICENSE.txt
:alt: Software License
A Charlesbot__ plugin that sends out a nifty broadcast message!
__ https://github.com/marvinpinto/charlesbot
How does this work
------------------
This plugin adds the following ``!help`` target:
.. code:: text
!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.
.. image:: https://raw.githubusercontent.com/marvinpinto/charlesbot-broadcast-message/master/images/wall.png
Installation
------------
.. code:: bash
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:
.. code:: yaml
main:
enabled_plugins:
- 'charlesbot_broadcast_message.broadcastmessage.BroadcastMessage'
Sample config file
~~~~~~~~~~~~~~~~~~
.. code:: yaml
main:
slackbot_token: 'xoxb-1234'
enabled_plugins:
- 'charlesbot_broadcast_message.broadcastmessage.BroadcastMessage'
License
-------
See the LICENSE.txt__ file for license rights and limitations (MIT).
__ ./LICENSE.txt
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
File details
Details for the file charlesbot-broadcast-message-0.2.1.tar.gz
.
File metadata
- Download URL: charlesbot-broadcast-message-0.2.1.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7952f07155383f3c74ffe8660a0c51f070e175494e826724347455a605be926d |
|
MD5 | a18aba1e40675987fa63d3028fcd702f |
|
BLAKE2b-256 | 23aa875f3f3f4fac3bc978a64d500ba8280f613e3ef7f1856845243205fb8f6b |