Plurk API in GO
You will need to save ConsumerToken/ConsumerSecret in config.json, the format is JSON. The example is below:
{ "ConsumerToken": "", "ConsumerSecret": "", "AccessToken": "", "AccessSecret": "" }
% go run plurgo.go -config=config.json
- Code:
git clone git://github.com/clsung/plurgo.git
- Home: http://github.com/clsung/plurgo
- Bugs: http://github.com/clsung/plurgo/issues
Cheng-Lung Sung :: clsung@gmail.com :: @clsung