/SupyPlugins

A collection of plugins for the Limnoria IRC bot.

Primary LanguagePython

SupyPlugins

Travis-CI Build Status Supported Python versions Live chat

My collection of plugins for Limnoria. This repository is provided AS IS, without any warranty! It may glitch, break, or spontaneously combust at any time. You have been warned!

WARNING: Python 2 is no longer supported in the SupyPlugins master branch as of August 2017. Please migrate your bots to Python 3, or use the python2-legacy branch instead.

Installation

The recommended way of fetching plugins in this repository is to clone the git repository:

  • $ git clone https://github.com/jlu5/SupyPlugins

and add the folder to your bot's config directories.plugins.

You will need a working copy of Limnoria running on Python 3.4+. Python 2 users should consult the python2-legacy branch in Git instead. Anything older will not work.

If you are using a recent version of Limnoria's PluginDownloader, you can also fetch individual plugins by running:

  • install GLolol <plugin>

on your bot.

Support

If you have any questions, concerns, or feature requests, please feel free to submit an issue. Pull requests are welcome.

Or, you can find me on IRC at: irc.overdrivenetworks.com #dev (webchat)

License

Unless otherwise noted, all plugins are available under a 3 clause BSD license (inserted at the top of each file).

List of plugins

Please note that this list may not always be up to date; your best bet is to actually browse the code for yourself! Any specific plugin dependencies should also be listed.

Most of these plugins also have their own READMEs in their folders; you can usually find a usage demonstration or further explanation of what they do.

CtcpNext
  • Alternative to the official Ctcp plugin, with a database for configurable replies.
DDG
FML
Isup
  • Provides a simple command to check whether a website is up or down (using isup.me).
LastFM
MCInfo
Namegen
  • A small random name generator.
NoTrigger
  • Anti-abuse script; prevents the bot from triggering other bots by modifying its output slightly. For more information, see NoTrigger/README.md.
NuWeather
  • A weather plugin for Limnoria. It supports Dark Sky and Apixu as backends.
OperUp
  • Allows Supybot to oper up on configured networks, automatically (on connect) and on demand.
PassGen
  • Generates random passwords on the fly!
PkgInfo
  • Fetches package information from various Linux and BSD distros' software repositories.
QuakeNet
  • Log in to Quakenet's Q Service via CHALLENGEAUTH. This plugin was written by request and not officially supported.
Restart
  • EXPERIMENTAL: provides a command to restart Limnoria from IRC.
RelayNext
  • Next generation relayer plugin, designed with two-way relays in mind.
RhymeZone
SedRegex
SupyMisc
  • Some assorted commands that don't seem to fit anywhere else.
SysDNS
  • An alternative to Supybot's built-in DNS function, using the host DNS lookup utility on the host machine.
    • Requires: host DNS lookup binary (as in /usr/bin/host)
TranslateParty
  • Translates text through Google Translate multiple times in order to get amusing results.
Voteserv
  • A plugin for storing and manipulating votes/polls.
Weather [DEPRECATED]
  • My fork of reticulatingspline's Weather plugin, with rewritten output handling, explicit location search, and many other tweaks.
  • Update 2018012: Weather Underground is shutting down free weather access, so this plugin will no longer be maintained. See the NuWeather plugin in this folder for an alternative using other backends.
Wikifetch