Project

plurk

0.01
No commit activity in last 3 years
No release in over 3 years
An unofficial ruby Plurk client.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0
 Project Readme

Plurk Client

A Plurk client in Ruby using the brand, spanking, new API found in http://www.plurk.com/API. You will need an API key.

Install

gem install plurk --source http://gemcutter.org

Usage

require "rubygems"
require "plurk"

plurk = Plurk::Client.new api_key
plurk.login :username => "username", :password => "password"
plurk.get_plurks
plurk.plurk_add :content => "plurking yay (lmao)", :qualifier => "says"

File upload

plurk.upload_picture "/path/to/image.jpg"

See http://www.plurk.com/API for the return values.

Released under MIT License.