Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nogweii/silverplatter-examples

A repo of examples of silverplatter-irc and silverplatter-log
https://github.com/nogweii/silverplatter-examples

Last synced: about 1 month ago
JSON representation

A repo of examples of silverplatter-irc and silverplatter-log

Awesome Lists containing this project

README

        

SilverPlatter Examples
======================

### Note:
All the files will need a line like `$:.unshift File.dirname(__FILE__) + '/../lib'` in the top of them so that they work without installing the gems. Not installing the gems and instead checking out the repos mean that you get the changes far more quickly.
Or, you can set RUBYLIB to point to the location of the silverplatter-irc and silverplatter-log folders you've checked out.

easydsl/
--------
this contains all the bots that we're currently using with EasyDSL, or to help develop EasyDSL.

silverplatter/
--------------
Examples of using SilverPlatter's API directly, without using DSL or other wrappers.