A plugin for creating simple replies. Provides a single command named /reply
, which allow creation and deletion of replies.
- A working Marvinbot install
Download the source:
$ git clone [email protected]:BotDevGroup/marvinbot_simple_replies_plugin.git
Install the plugin into your virtualenv:
(venv)$ python setup.py develop
Open your marvinbot settings.json
and marvinbot_simple_replies_plugin
to your plugins
list.