This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
ping.fm /
| name | age | message | |
|---|---|---|---|
| |
README | Mon Aug 10 21:38:01 -0700 2009 | |
| |
ping_fm.rb | Mon Aug 10 21:37:40 -0700 2009 |
README
== a simple ruby wrapper for the ping.FM service == This is a simple library to automate posting to ping.FM service. Uses the v1 API: http://groups.google.com/group/pingfm-developers/web/api-documentation?_done=%2Fgroup%2Fpingfm-developers%3F Sample Usage: require 'ping_fm' PingFM.user_post("status", "hey guys! I'm posting to ping.FM!") You can also pass additional options: PingFM.user_post("status", "hey guys! I'm posting to ping.FM!", :tags => "fun, times", :mood => "emo-happy") See the v1 API from ping.FM for more details. Could totally use some work: * opts parsing in each call to make sure required fields are sent and optional too for v1 of the API * some optional meta or defining a method_missing to attempt to handle all API methods automatically * reading of config through a yaml for API keys * parsing of the xml_result into a ruby hash or something cooler using xml-simple or lib-xml * more awesomeness.... Feel free to fork, add features, or request features. -- Charles Brian Quinn <cbq at highgroove dot com>







