资 源 简 介
Plurk (www.plurk.com) is a microblogging service. It released an official API in December 2009 (www.plurk.com/API). This project aims to produce a set of Ruby classes which can use Plurk programmatically using the API.
Requirements
Ruby 1.8, with json addon ("gem install json").
Capabilities
At this stage the library supports:
* logging in (including HTTPS support)
* retrieving basic profile information
* retrieving (individually and in groups), adding and deleting Plurks
* retrieving, adding and deleting responses
* retrieving active alerts and alert history
* retrieving blocked users
* logging out
* error reporting
Plurkruby currently implements 15 out of 50 API calls.
Full documentation is included in Rdoc format which creates the HTML documentation included in the tarballs.
Status
Please note that this implementation of the Plurk API is not affiliated with or supported by Plurk.com or Plurk Inc.