diff options
author | Freya Murphy <freya@freyacat.org> | 2023-11-02 23:04:31 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2023-11-02 23:04:31 -0400 |
commit | b09a9f378d5e3baa89268559cbae175c0dbcf48a (patch) | |
tree | 6c3653b01154fd28711232ec9781e9bb202502e2 /readme.md | |
download | mastodon-emoji-exporter-b09a9f378d5e3baa89268559cbae175c0dbcf48a.tar.gz mastodon-emoji-exporter-b09a9f378d5e3baa89268559cbae175c0dbcf48a.tar.bz2 mastodon-emoji-exporter-b09a9f378d5e3baa89268559cbae175c0dbcf48a.zip |
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..03b8916 --- /dev/null +++ b/readme.md @@ -0,0 +1,13 @@ +## mastodon emoji exporter + +this python file exports emojis from a mastodon server + +i want emojies + +### usage + +`python3 export.py <server domain>` + +`<server domain>` is the WEB_DOMAIN of the mastodon instance, a.k.a where is *hosted* + +this script creates a `exports.tar.gz` file which then can be used in `tootctl emoji import` |