AlexKMDev / imgur-uploader

Command line Imgur.com image uploader written in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

imgur-uploader

Installation

  1. Create Imgur.com application using this link.
  2. Paste your Client ID to ~/.config/imgur-uploader/config.yaml
ClientID: 123ff
  1. Install uploader
go get -u github.com/Anakros/imgur-uploader
  1. Start uploading everything
imgur-uploader -i ~/Downloads/12345.jpg
  1. Or deleting if you uploaded something wrong
imgur-uploader -d 345345DeleteHash77

About

Command line Imgur.com image uploader written in Go

License:MIT License


Languages

Language:Go 100.0%