blob: 03b89167768508cf2c82ef4b8514acf36274ab6b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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`
|