#emojis

Tatjana Scheffler's avatar
Tatjana Scheffler

@tschfflr@fediscience.org

🤩 We spent today recording video for a new professional short introduction into our ViCom project on 📹 It was fun trying to find the most photogenic public spots on campus (as emoji research consists mostly of us staring at computer screens all day long, and is not very... visually interesting)
Very excited to show you the results in a few weeks or months! @vicom vicom.info/projects/semantics-

Tatjana Scheffler's avatar
Tatjana Scheffler

@tschfflr@fediscience.org

🤩 We spent today recording video for a new professional short introduction into our ViCom project on 📹 It was fun trying to find the most photogenic public spots on campus (as emoji research consists mostly of us staring at computer screens all day long, and is not very... visually interesting)
Very excited to show you the results in a few weeks or months! @vicom vicom.info/projects/semantics-

BotKit by Fedify :botkit:'s avatar
BotKit by Fedify :botkit:

@botkit@hollo.social

We're excited to introduce emoji reactions in the upcoming 0.2.0 release!

With the new Message.react() method, your bot can now react to messages using standard Unicode :

await message.react(emoji`👍`);

support is also included, allowing your bot to react with server-specific emojis:

const emojis = bot.addCustomEmojis({
  // Use a remote image URL:
  yesBlob: {
    url: "https://cdn3.emoji.gg/emojis/68238-yesblob.png",
    mediaType: "image/png",
  },
  // Use a local image file:
  noBlob: {
    file: `${import.meta.dirname}/emojis/no_blob.png`,
    mediaType: "image/webp",
  },
});

await message.react(emojis.yesBlob);

Reactions can be removed using the AuthorizedReaction.unreact() method:

const reaction = await message.react(emoji`❤️`);
await reaction.unreact();

Want to try these features now? You can install the development version from JSR today:

deno add jsr:@fedify/botkit@0.2.0-dev.84+c997c6a6

We're looking forward to seeing how your bots express themselves with this new feature!

BotKit by Fedify :botkit:'s avatar
BotKit by Fedify :botkit:

@botkit@hollo.social

We're excited to introduce emoji reactions in the upcoming 0.2.0 release!

With the new Message.react() method, your bot can now react to messages using standard Unicode :

await message.react(emoji`👍`);

support is also included, allowing your bot to react with server-specific emojis:

const emojis = bot.addCustomEmojis({
  // Use a remote image URL:
  yesBlob: {
    url: "https://cdn3.emoji.gg/emojis/68238-yesblob.png",
    mediaType: "image/png",
  },
  // Use a local image file:
  noBlob: {
    file: `${import.meta.dirname}/emojis/no_blob.png`,
    mediaType: "image/webp",
  },
});

await message.react(emojis.yesBlob);

Reactions can be removed using the AuthorizedReaction.unreact() method:

const reaction = await message.react(emoji`❤️`);
await reaction.unreact();

Want to try these features now? You can install the development version from JSR today:

deno add jsr:@fedify/botkit@0.2.0-dev.84+c997c6a6

We're looking forward to seeing how your bots express themselves with this new feature!

BotKit by Fedify :botkit:'s avatar
BotKit by Fedify :botkit:

@botkit@hollo.social

We're excited to introduce emoji reactions in the upcoming 0.2.0 release!

With the new Message.react() method, your bot can now react to messages using standard Unicode :

await message.react(emoji`👍`);

support is also included, allowing your bot to react with server-specific emojis:

const emojis = bot.addCustomEmojis({
  // Use a remote image URL:
  yesBlob: {
    url: "https://cdn3.emoji.gg/emojis/68238-yesblob.png",
    mediaType: "image/png",
  },
  // Use a local image file:
  noBlob: {
    file: `${import.meta.dirname}/emojis/no_blob.png`,
    mediaType: "image/webp",
  },
});

await message.react(emojis.yesBlob);

Reactions can be removed using the AuthorizedReaction.unreact() method:

const reaction = await message.react(emoji`❤️`);
await reaction.unreact();

Want to try these features now? You can install the development version from JSR today:

deno add jsr:@fedify/botkit@0.2.0-dev.84+c997c6a6

We're looking forward to seeing how your bots express themselves with this new feature!

BotKit by Fedify :botkit:'s avatar
BotKit by Fedify :botkit:

@botkit@hollo.social

We're excited to introduce emoji reactions in the upcoming 0.2.0 release!

With the new Message.react() method, your bot can now react to messages using standard Unicode :

await message.react(emoji`👍`);

support is also included, allowing your bot to react with server-specific emojis:

const emojis = bot.addCustomEmojis({
  // Use a remote image URL:
  yesBlob: {
    url: "https://cdn3.emoji.gg/emojis/68238-yesblob.png",
    mediaType: "image/png",
  },
  // Use a local image file:
  noBlob: {
    file: `${import.meta.dirname}/emojis/no_blob.png`,
    mediaType: "image/webp",
  },
});

await message.react(emojis.yesBlob);

Reactions can be removed using the AuthorizedReaction.unreact() method:

const reaction = await message.react(emoji`❤️`);
await reaction.unreact();

Want to try these features now? You can install the development version from JSR today:

deno add jsr:@fedify/botkit@0.2.0-dev.84+c997c6a6

We're looking forward to seeing how your bots express themselves with this new feature!

BotKit by Fedify :botkit:'s avatar
BotKit by Fedify :botkit:

@botkit@hollo.social

We're excited to introduce emoji reactions in the upcoming 0.2.0 release!

With the new Message.react() method, your bot can now react to messages using standard Unicode :

await message.react(emoji`👍`);

support is also included, allowing your bot to react with server-specific emojis:

const emojis = bot.addCustomEmojis({
  // Use a remote image URL:
  yesBlob: {
    url: "https://cdn3.emoji.gg/emojis/68238-yesblob.png",
    mediaType: "image/png",
  },
  // Use a local image file:
  noBlob: {
    file: `${import.meta.dirname}/emojis/no_blob.png`,
    mediaType: "image/webp",
  },
});

await message.react(emojis.yesBlob);

Reactions can be removed using the AuthorizedReaction.unreact() method:

const reaction = await message.react(emoji`❤️`);
await reaction.unreact();

Want to try these features now? You can install the development version from JSR today:

deno add jsr:@fedify/botkit@0.2.0-dev.84+c997c6a6

We're looking forward to seeing how your bots express themselves with this new feature!

dzamie's avatar
dzamie

@dzamie@app.wafrn.net · Reply to Alexia :3's post

@alexia I keep forgetting that general settings are there, too.
But yeah, @volpeon 's drgn emojis (delightfully varied) and wvrn emojis (smaller pack, cute, especially the WAAH one) are really cute and cool and dragons. I think he's also the guy who made the neofox ones, as well.


#text #emojis #wafrn #dragons
Jeff Sikes's avatar
Jeff Sikes

@box464@mastodon.social

Found this site that lists fediverse emoji by instance, along with a collection of emoji packs you can install.

I knew some instances had a lot of emojis, but some have over 10,000?! Just as interesting, at the very bottom of this long list, are instances that have only 1 emoji. Why just one, and why that one? Inquiring minds want to know.

emotes.cc/toplist

Jeff Sikes's avatar
Jeff Sikes

@box464@mastodon.social

Found this site that lists fediverse emoji by instance, along with a collection of emoji packs you can install.

I knew some instances had a lot of emojis, but some have over 10,000?! Just as interesting, at the very bottom of this long list, are instances that have only 1 emoji. Why just one, and why that one? Inquiring minds want to know.

emotes.cc/toplist

Jeff Sikes's avatar
Jeff Sikes

@box464@mastodon.social

Found this site that lists fediverse emoji by instance, along with a collection of emoji packs you can install.

I knew some instances had a lot of emojis, but some have over 10,000?! Just as interesting, at the very bottom of this long list, are instances that have only 1 emoji. Why just one, and why that one? Inquiring minds want to know.

emotes.cc/toplist

Droppie [infosec] 🐨♀:archlinux: :kde: :firefox_nightly: :thunderbird:🦘:vegan:​'s avatar
Droppie [infosec] 🐨♀:archlinux: :kde: :firefox_nightly: :thunderbird:🦘:vegan:

@MsDropbear42@infosec.space

Why does only offer me my custom emojis, but ignore the myriad standard emojis that other Masto frontends, & Masto itself, offer me no problems?

Phanpy web-client toot composer popup, showing the inbuilt emoji tool, which only contains my custom emojis, missing all the many standard emojis.
ALT text detailsPhanpy web-client toot composer popup, showing the inbuilt emoji tool, which only contains my custom emojis, missing all the many standard emojis.
Elena Rossini ⁂'s avatar
Elena Rossini ⁂

@_elena@mastodon.social

Good morning Fedi friends!

I've got an etiquette question for you.

I'm in the process of setting up my self-hosted instance. I'm excited about the idea of using custom .

I read @stefan's post on this topic (stefanbohacek.com/blog/custom-), looked up custom emojis from several instances and saved a bunch (see screenshot).

My question: is it ok to copy custom emojis from other instances and use them on your own? (There doesn't seem to be attribution for it)

a screenshot showing the custom emojis I've been saving. They are: 1000, applause, the old Apple logo, the Bluesky logo, the Excuse Me meme, the Fediverse logo, a dumpster fire, Elmo with a fire behind, goose bonk, goose hacker, goose with a knife, goose with a pride flag, pride heart, trans heart, the Ko-Fi logo, the LEGO logo, a LEGO yellow brick, a LEGO minifig thinking, the Linux logo, a spinning wheel, Miffy blushing, No Advice, oof, the PeerTube logo, the RSS logo, a siren, the Ubuntu logo, valid, a blue verified checkmark and yikes
ALT text detailsa screenshot showing the custom emojis I've been saving. They are: 1000, applause, the old Apple logo, the Bluesky logo, the Excuse Me meme, the Fediverse logo, a dumpster fire, Elmo with a fire behind, goose bonk, goose hacker, goose with a knife, goose with a pride flag, pride heart, trans heart, the Ko-Fi logo, the LEGO logo, a LEGO yellow brick, a LEGO minifig thinking, the Linux logo, a spinning wheel, Miffy blushing, No Advice, oof, the PeerTube logo, the RSS logo, a siren, the Ubuntu logo, valid, a blue verified checkmark and yikes
frankie (Pirate from Carribean)'s avatar
frankie (Pirate from Carribean)

@frankie@infosec.exchange

Wonder how custom emojis made on Fedi appear on Threads! 🤔



Kettwachsler's avatar
Kettwachsler

@phpmacher@sueden.social

Ich halte in für Humbug.

Tatjana Scheffler's avatar
Tatjana Scheffler

@tschfflr@fediscience.org

🙋‍♀️ Re- to everyone new and old on the fediverse: I'm a professor for digital forensic linguistics at Ruhr-Uni Bochum. I work on social media data using corpus and computational methods. 👩‍💻 Current projects deal with , , linguistic and common ground, and .
🐈 I will fav all your cat photos!