No description
Find a file
2025-01-10 16:18:00 +00:00
cyberverified_cyan.png Upload files to "/" 2025-01-10 11:08:19 +00:00
cyberverified_green.png Upload files to "/" 2025-01-10 11:08:19 +00:00
cyberverified_pink.png Upload files to "/" 2025-01-10 11:08:19 +00:00
cyberverified_purple.png Upload files to "/" 2025-01-10 11:08:19 +00:00
cyberverified_red.png Upload files to "/" 2025-01-10 11:08:19 +00:00
cyberverified_screenshot.png Upload files to "/" 2025-01-10 11:08:37 +00:00
LICENSE Add LICENSE 2025-01-10 16:18:00 +00:00
README.md Add README.md 2025-01-10 16:16:08 +00:00

Cyber Verified - Emote Pack

💾 Download Emote Pack

Installation

Note to Users: This documentation is aimed at admins of Fediverse instances. If you're not an admin, feel free to send this page to your instance admin and let them know that you'd like to see more emotes on the instance - your wish might just come true!

This documentation provides detailed steps to upload emote packs to various Fediverse instances including Mastodon, Akkoma, Misskey and Pleroma. Follow the outlined instructions specific to your instance below.

Pleroma and Akkoma

Requirements:

  • Command line access to your instance.

Steps:

  1. Run the following command:
mix pleroma.emoji get-packs  

This command will fetch and install the emote packs available for Pleroma and Akkoma.

Misskey, Iceshrimp, FlamingoKey, and Other Misskey-based Instances

Requirements:

  • Administrative access to the control panel of your instance.

Steps:

  1. Navigate to the Emoji Section:
  • Login to your instances control panel.
  • Go to the 'Emoji' section.
  1. Import Emote Pack:
  • Open the three-dot menu in the emoji section.
  • Select the “Import” option.
  1. Choose the Emote Pack to Import:
  • Download the latest .zip archive of the emote pack you wish to import.
  • Use the "Import" option to upload the .zip file.

The emojis within the pack will be categorized automatically.

Additional Notes for Misskey and Its Forks (Iceshrimp, WhizzyFizzyKey, Forkkey, Kittykey, YetAnotherMisskeyForkKey etc.)

Meta.json Utilization:

Many PNG archives come with a meta.json file that can be utilized for importation.

Steps:

  1. Download the Emote Pack Archive:
  • Obtain the latest .zip archive for the pack you want to import.
  1. Import via the Control Panel:
  • Go to the 'Custom Emoji' area in your administrative control panel.
  • Use the option to import the .zip file.

The emojis should automatically be categorized as per the meta.json file included in the archive.

Mastodon and Glitch-soc

Requirements:

  • Command line access to your instance.
  • tootctl CLI tool available on your instance.

Steps:

  1. Download the Emote Pack Archive:
  • Download the .tar.gz archive of the emote pack you wish to use.
  • If you are comfortable with running shell commands, you can do this directly from the instance's live directory:
wget GITURL PACK_NAME.tar.gz  
  1. Run the tootctl Import Command:
RAILS_ENV=production bin/tootctl emoji import --category PACK_NAME ./PACK_NAME.tar.gz  

Replace PACK_NAME with the actual name of the pack (e.g., fromcorteximplantwithlove, prideletters).

  1. Alternatively, If You Have Pre-Downloaded the Archive:
RAILS_ENV=production bin/tootctl emoji import --category PACK_NAME /path/to/PACK_NAME.tar.gz