No description
Find a file
2026-01-18 19:32:23 +08:00
forumoji@edbcd03347 mostly code done 2026-01-18 19:32:23 +08:00
.gitignore mostly code done 2026-01-18 19:32:23 +08:00
.gitmodules mostly code done 2026-01-18 19:32:23 +08:00
.python-version initial commit 2026-01-18 17:27:39 +08:00
fediforu.py mostly code done 2026-01-18 19:32:23 +08:00
pyproject.toml initial commit 2026-01-18 17:27:39 +08:00
README.md mostly code done 2026-01-18 19:32:23 +08:00
uv.lock initial commit 2026-01-18 17:27:39 +08:00

FediForu

Export Forumoji to a custom emoji set that can be imported to softwares supported.

Install

For Mastodon

Use the tootctl emoji import command, like this:

tootctl emoji import 'out.tar.gz' --category Forumoji

For Pleroma / Akkoma

extract the tar.gz file to /emoji/custom/forumoji/, and then modify the secrets file:

config :pleroma, :emoji,
  # ...
  groups: [
    # ...
    # Above are emojis your instance have, you should add the following line:
    Forumoji: "/emoji/custom/forumoji/*.png"
  ]

Then restart Pleroma / Akkoma.