Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/keyweeusr/imgur

Imgur client for Emacs
https://github.com/keyweeusr/imgur

client elisp emacs imgur upload

Last synced: 8 days ago
JSON representation

Imgur client for Emacs

Awesome Lists containing this project

README

        

# imgur
[![MELPA][melpa-badge]][melpa-package]
[![MELPA Stable][melpa-stable-badge]][melpa-stable-package]
[![CI][ci-badge]][ci-workflow]
[![Coverage Status][cover-badge]][cover-link]
[![Buy me a coffee][bmc-badge]][bmc-link]
[![Liberapay][lp-badge]][lp-link]
[![PayPal][ppl-badge]][ppl-link]

This package provides an unofficial Emacs client for Imgur API. Currently it
makes the basic functionality available such as authorization, uploading and
deleting in both interactive and non-interactive approach. On top of that it
provides an option to keep multiple sessions active with functions/commands
named `*-with-session` (otherwise using an automatically created default
session).

## How to:

Install it from [Melpa](https://melpa.org/#/getting-started) or clone and
install manually, then:

* `imgur-authorize-interactive` (or `imgur-authorize`)
* `imgur-upload-interactive` (or `imgur-upload`)
* for simpler access `imgur-upload-image-interactive`
* `imgur-delete-interactive` (or `imgur-delete`)

### Check these resources' documentation for more info

* https://status.imgur.com
* https://apidocs.imgur.com
* customization group `imgur`
* `imgur-*-success-func` / `imgur-*-fail-func`

[melpa-badge]: http://melpa.org/packages/imgur-badge.svg
[melpa-package]: http://melpa.org/#/imgur
[melpa-stable-badge]: http://stable.melpa.org/packages/imgur-badge.svg
[melpa-stable-package]: http://stable.melpa.org/#/imgur
[bmc-badge]: https://img.shields.io/badge/-buy_me_a%C2%A0coffee-gray?logo=buy-me-a-coffee
[bmc-link]: https://www.buymeacoffee.com/peterbadida
[ppl-badge]: https://img.shields.io/badge/-paypal-grey?logo=paypal
[ppl-link]: https://paypal.me/peterbadida
[lp-badge]: https://img.shields.io/badge/-liberapay-grey?logo=liberapay
[lp-link]: https://liberapay.com/keyweeusr
[ci-badge]: https://github.com/KeyWeeUsr/imgur/actions/workflows/test.yml/badge.svg
[ci-workflow]: https://github.com/KeyWeeUsr/imgur/actions/workflows/test.yml
[cover-badge]: https://coveralls.io/repos/github/KeyWeeUsr/imgur/badge.svg?branch=master
[cover-link]: https://coveralls.io/github/KeyWeeUsr/imgur?branch=master