Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/compufox/emoji-thief

download emojis from mastodon/pleroma servers
https://github.com/compufox/emoji-thief

mastodon

Last synced: about 1 month ago
JSON representation

download emojis from mastodon/pleroma servers

Awesome Lists containing this project

README

        

# emoji-thief
### _ava fox_

A program that downloads custom emoji from mastodon/pleroma servers

## Installation

Download a binary from the releases page

or

clone this repo into your local projects

```
mkdir ~/common-lisp
git clone https://github.com/inaimathi/cl-cwd
git clone https://github.com/compufox/emoji-thief
```

run `make` in the `~/common-lisp/emoji-thief` folder.

note: you'll need a lisp implementation installed (or use [roswell](https://github.com/roswell/roswell))

## Usage

```
./steal --help
./steal mastodon.social
./steal -v -o mastodon_emojis mastodon.social
```

or (from lisp)

`(ql:quickload :emoji-thief)`

`(thief:get-all-emojis "mastodon.social")`

## License

NPLv1+