Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/autoscatto/mastojeppetto
Mastodon (and pleroma) emoji downloader
https://github.com/autoscatto/mastojeppetto
download downloader emoji mastodon pleroma
Last synced: about 1 month ago
JSON representation
Mastodon (and pleroma) emoji downloader
- Host: GitHub
- URL: https://github.com/autoscatto/mastojeppetto
- Owner: autoscatto
- License: mit
- Created: 2018-10-03T16:40:12.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T22:28:06.000Z (over 1 year ago)
- Last Synced: 2024-04-13T21:16:46.641Z (7 months ago)
- Topics: download, downloader, emoji, mastodon, pleroma
- Language: Python
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# mastojeppetto
Mastodon (and pleroma) python3 emoji downloader
## Badges
[![Say Thanks!](https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg)](https://saythanks.io/to/autoscatto) [![Build Status](https://travis-ci.org/autoscatto/mastojeppetto.svg?branch=master)](https://travis-ci.org/autoscatto/mastojeppetto)### installation
#### from src:
```bash
git clone https://github.com/autoscatto/mastojeppetto
cd mastojeppetto
python setup.py install
```#### from pip:
```bash
pip3 install mastojeppetto
```### usage
```
mastojeppetto [-h] [-p PATH] [-c CONCURRENCY] [--endpoint ENDPOINT]
[-t] [-d] [-v] urlpositional arguments:
url Mastodon (or Pleroma) base urloptional arguments:
-h, --help show this help message and exit
-p PATH, --path PATH download destination [default: /tmp/${domainname}]
-c CONCURRENCY, --concurrency CONCURRENCY
how many parallel download processes will start
[default: 4]
--endpoint ENDPOINT custom api emoji endpoint (usually works without
changes) [default: "/api/v1/custom_emojis"]
-t, --text generate also custom_emoji.txt [default: True]
-d, --debug be verbose [default: False]
-v, --version show program's version number and exit```