Skip to content

kkdai/plurgo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Meta

Author

Cheng-Lung Sung :: [email protected] :: @clsung

About

Plurk API in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%