0.0
No commit activity in last 3 years
No release in over 3 years
The TinyChat plugin will query the room you ask it to and return with information on it.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

Gem Version Dependency Status Build Status Coverage Status

Authors

@doubledave @Namasteh

Files

tiny_chat.rb

Dependencies

Description

The TinyChat gem (created for the Cinch IRC Bot Framework) is used to parse an XML API from apigee.com for TinyChat the browser chat client. Using it's commands you can have essential information of a TinyChat room returned to the channel.

Installation

To install the gem:

gem install cinch-tinychat

Configuration

Firstly, the TinyChat gem does not need an API key as it simply parses VML data from a link delivered through the bot.

Secondly, in order for this plugin to work you must load it into the bot. In most Cinch IRC bot formats you will do the following:

At the top of bot.rb put this line:

require 'cinch-tinychat'

In the c.plugins section of bot.rb insert this:

[Cinch::Plugins::TinyChat]

Usage

The TinyChat plugin will query the room you ask it to and return with information on it.

  • !(tinychat|tc) <room>: The bot will return with room information.