clsung / plurgo

Plurk API in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PlurGo

Plurk API in GO

config.json

You will need to save ConsumerToken/ConsumerSecret in config.json, the format is JSON. The example is below:

{ "ConsumerToken": "", "ConsumerSecret": "", "AccessToken": "", "AccessSecret": "" }

Example

% go run plurgo.go -config=config.json

Build Status

Build Status

Meta

Author

Cheng-Lung Sung :: clsung@gmail.com :: @clsung

About

Plurk API in Go


Languages

Language:Go 100.0%