Skip to content

BotDevGroup/marvinbot_sample_plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Marvinbot Sample Plugin

A basic plugin for marvinbot. Provides a single command named /witness, which stores the username, id, firstname and last name of the user who calls it in a database. Subsequent calls to the command signal that the user already exists.

Requirements

Getting Started

Download the source:

$ git clone [email protected]:BotDevGroup/marvinbot_sample_plugin.git

Install the plugin into your virtualenv:

(venv)$ python setup.py develop

Open your marvinbot settings.json and marvinbot_sample_plugin to your plugins list.

Optionally, append some configuration:

"marvinbot_sample_plugin": {
    "init_message": "O HAI"
}

Restart your marvinbot and talk to your bot :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published