Albumify lets you create albums like imgur does, with a twist: you decide what
image host to use. You can also use different hosts for different images.
Getting started
Download and build the code
go get github.com/gnotclub/albumify-next
Copy config.json somewhere and edit it with the right data
Run the program as
cd $GOPATH/src/github.com/gnotclub/albumify-next
albumify-next -config <path to config file>