Skip to content

xackery/viper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

viper

A Tumblr API for Golang

godoc badge Go report Build Status

Features

  • To do

Installation

To install, simply go get github.com/xackery/viper/tumblr in a command line, followed by the usage example

Usage Example

	tumblr.SetConsumerKey("YourKey")
	tumblr.SetConsumerSecret("YourSecret")
	api := tumblr.NewAPI("YourTokenKey", "YourTokenSecret")

Options

  • Enable/Disable Throttling with the function calls

About

FROZEN - Viper is a wrapper for the Tumblr API written in GoLang.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages