Socket
Book a DemoInstallSign in
Socket

theIV-tinder

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

theIV-tinder

1.2.2
bundlerRubygems
Version published
Maintainers
1
Created
Source

= Tinder - get the Campfire started

Tinder is a library for interfacing with Campfire, the chat application from 37Signals. Unlike Marshmallow, it is designed to be a full-featured API (since 37Signals doesn't provide a real one), allowing you to programatically manage and speak/listen in chat rooms.

== Usage

campfire = Campfire.new 'mysubdomain' campfire.login 'myemail@example.com', 'mypassword'

room = campfire.create_room 'New Room', 'My new campfire room to test tinder' room.rename 'New Room Name' room.speak 'Hello world!' room.paste "my pasted\ncode" room.destroy

room = campfire.find_room_by_guest_hash 'abc123', 'John Doe' room.speak 'Hello world!'

See the RDoc for more details.

== Requirements

  • Active Support gem install activesupport
  • Hpricot gem install hpricot

== Installation

Tinder can be installed as a gem or a Rails plugin:

gem install tinder

script/plugin install http://source.collectiveidea.com/public/tinder/trunk

== Development

The source for Tinder is available at http://source.collectiveidea.com/public/tinder/trunk. Development can be followed at http://opensoul.org/tags/tinder. Contributions are welcome!

== ToDo

  • Tests! (unit and remote)
  • Marshmallow-style integration scripts for exception notification and continuous integration

FAQs

Package last updated on 10 Aug 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.