andrewtryder / Assorted

Supybot / Limnoria plugin for assorted and random things

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Assorted commands for Limnoria

Introduction

Supybot plugin for assorted and random things.

I put random commands that aren't big enough for plugins but are useful in here.

Many have little-to-none error checking. I'll fix if I want to. If you want to hijack the code, have fun.

Don't consider this to be updated too often.

Install

You will need a working Limnoria bot on Python 2.7 for this to work.

Go into your Limnoria plugin dir, usually ~/supybot/plugins and run:

git clone https://github.com/reticulatingspline/Assorted

To install additional requirements, run:

pip install -r requirements.txt 

or if you don't have or don't want to use root,

pip install -r requirements.txt --user

Next, load the plugin:

/msg bot load Assorted

You are done. To see what is available:

/msg bot list Assorted

About

All of my plugins are free and open source. When I first started out, one of the main reasons I was able to learn was due to other code out there. If you find a bug or would like an improvement, feel free to give me a message on IRC or fork and submit a pull request. Many hours do go into each plugin, so, if you're feeling generous, I do accept donations via PayPal below.

I'm always looking for work, so if you are in need of a custom feature, plugin or something bigger, contact me via GitHub or IRC.

Donate via PayPal

About

Supybot / Limnoria plugin for assorted and random things

License:MIT License


Languages

Language:Python 100.0%