/go-imgur

📸A library that uploads images to imgur. Written in Go.

Primary LanguageGo

Go Imgur

A library that upload images to imgur. Some command-line utility is included.

Installation:

$ go get -u github.com/rbo13/go-imgur

Installation(CLI):

$ cd $GOPATH/src/github.com/rbo13/go-imgur/cmd/go-imgur
$ go install


// go-imgur command is now available to your system.
// $ go-imgur <file-to-upload>

TODO:

  • Command-line Support
  • Tests

CONTRIBUTIONS:

PR's are welcome :) 🥳