Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/compufox/emoji-thief
- Owner: compufox
- License: other
- Created: 2019-10-29T04:55:01.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-21T22:34:22.000Z (over 4 years ago)
- Last Synced: 2024-04-13T12:53:04.071Z (7 months ago)
- Topics: mastodon
- Language: Common Lisp
- Homepage:
- Size: 25.4 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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+