Skip to content

Instantly share code, notes, and snippets.

@lchanmann
Created January 25, 2011 08:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lchanmann/794679 to your computer and use it in GitHub Desktop.
Save lchanmann/794679 to your computer and use it in GitHub Desktop.
Send a message to Geochat group via API
require 'rest_client'
url = 'http://geochat.instedd.org/api/groups/YOURGROUP/messages.rss'
res = RestClient::Resource.new url, 'LOGIN', 'PASSWORD'
res.post :message => '#ping'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment