Skip to content
This repository has been archived by the owner on Apr 6, 2019. It is now read-only.
/ go-imgur-cli Public archive

📸 A Golang CLI that uploads images to imgur.

Notifications You must be signed in to change notification settings

rbo13/go-imgur-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GO-IMGUR-CLI

Go-IMGUR-CLI is a CLI based uploader to imgur.

Pre-requisite:

Set up your IMGUR API Keys:

Add this in your ~/.bash_profile, ~/.profile:

export PATH='<YOUR_IMGUR_SECRET>'

Installation:

Go-IMGUR-CLI requires Golang Runtime to run.

Assuming you have the correct path specified in your $GOPATH.

Clone the repo: git@github.com:whaangbuu/go-imgur-cli.git

$ cd go-imgur-cli
$ go install
$ go-imgur-cli <file/to/upload>

NOTE: By running go install, our app is now a global command that you can access anywhere in your workspace.

Todos:

  • Create a more reusable uploader struct.
  • Add a loader when uploading.
  • Write test

License

MIT

About

📸 A Golang CLI that uploads images to imgur.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages