Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nogweii/silverplatter-examples
- Owner: nogweii
- Created: 2008-12-18T00:11:12.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2008-12-18T00:31:44.000Z (about 16 years ago)
- Last Synced: 2024-10-15T22:44:47.367Z (3 months ago)
- Language: Ruby
- Homepage: http://silverplatter.sr.brightlight.ch/
- Size: 89.8 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.