diff options
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` |