Project

sparks

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Yet another Campfire client. Because oh my god so many dependencies.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.2
~> 10.0

Runtime

 Project Readme

Sparks

a tiny campfire library

So it turns out that Tinder requires nine gems nowadays, including EventMachine and the Twitter streaming API client gem. That is too many gems for me. So I wrote this extremely tiny Campfire client API based on Aaron Patterson's A Bot. Share and enjoy.

Known Issues

The watch method tends to succumb to network issues after a few hours, and is probably not suitable for building a long-running bot that listens to a room. This library is fantastic for anything that says things into a room based on other ruby code, though.

Contributors

Ben Bleything (@bleything) for the :ca_file option
James Cox (@imajes) for the #play and #tweet methods

Thanks to

Aaron Patterson (@tenderlove) for the original A Bot code