All Projects → seanprashad → slackmoji

seanprashad / slackmoji

Licence: other
A collection of 1,000+ popular emoji for Slack and Discord

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to slackmoji

emoji-commit
No description or website provided.
Stars: ✭ 40 (-55.56%)
Mutual labels:  emoji
ChineseBQB-client
🤣 开源表情包小程序
Stars: ✭ 81 (-10%)
Mutual labels:  emoji
kordx.emoji
Extension Library for Kord that provides all supported Discord emojis
Stars: ✭ 20 (-77.78%)
Mutual labels:  emoji
QueerCats
A whole bunch of pride flags represented as blobby cat emoji
Stars: ✭ 72 (-20%)
Mutual labels:  emoji
emoji-strip
Strip emoji from a string in Node.js and browsers.
Stars: ✭ 73 (-18.89%)
Mutual labels:  emoji
scrift
New generation shell and scripting language for everyone.
Stars: ✭ 46 (-48.89%)
Mutual labels:  emoji
editor-ovo
A rich text editor for mobile web. Mixed editing of photos and Emoji 一个适用于移动web的富文本编辑器。照片加emoji的混合编辑
Stars: ✭ 29 (-67.78%)
Mutual labels:  emoji
emojibot
A Slack bot that joins the conversation with emojis.
Stars: ✭ 22 (-75.56%)
Mutual labels:  emoji
react-native-emoji-input
A fully-featured emoji keyboard ⌨️ for React Native ⚛️
Stars: ✭ 67 (-25.56%)
Mutual labels:  emoji
pytest-emoji
A pytest plugin that adds emojis to your test result report 😍
Stars: ✭ 41 (-54.44%)
Mutual labels:  emoji
studio-log
👻 A tiny JSON logger with emoji support
Stars: ✭ 39 (-56.67%)
Mutual labels:  emoji
loading-indicator
🚦 Simple and customizable command line loading indicator
Stars: ✭ 18 (-80%)
Mutual labels:  emoji
EmojiAddIn
Emoji for Outlook and Thunderbird
Stars: ✭ 21 (-76.67%)
Mutual labels:  emoji
Emojions
Embeddable Emoji Bar
Stars: ✭ 15 (-83.33%)
Mutual labels:  emoji
yii2-emoji
😄 this is a emoji extension of yii2.
Stars: ✭ 17 (-81.11%)
Mutual labels:  emoji
ReactButton
Android Library to make it easy to add ReactButton feature in your app with Multi Reactions like Facebook or Linkedin, you can add many reactions as you want, you can also split them into a number of columns, and also customize the colours and text for each reaction
Stars: ✭ 100 (+11.11%)
Mutual labels:  emoji
emoji-sentiment
Emoji sentiment data
Stars: ✭ 14 (-84.44%)
Mutual labels:  emoji
g-emoji-element
Backports native emoji characters to browsers that don't support them by replacing the characters with fallback images.
Stars: ✭ 112 (+24.44%)
Mutual labels:  emoji
uni-chat
uni-app + vue3.0 + typescript + vue-cli 仿手机QQ聊天 qq表情包
Stars: ✭ 55 (-38.89%)
Mutual labels:  emoji
vuemoji-picker
Vue 2 and 3 lightweight emoji picker.
Stars: ✭ 53 (-41.11%)
Mutual labels:  emoji

Table of Contents

Sets

See below for previews from each individual set:

Blob

blob-dancer-gif blob-love-gif blob-frog blob-dundundun-gif blob-wave-gif

Blob-Sign

blob-sign-omg blob-sign-ty blob-sign-gg blob-sign-thx blob-sign-brb

Gopha

gopha-ok gopha-hide gopha-good-morning gopha-work gopha-sleepy

Llama

llama-awesome-gif llama-blush-gif llama-crying-gif llama-hi-gif llama-come-here-gif

Meow

meow-queen meow-cosmic meow-bread meow-im-fine meow-love

Parrots

parrot-github parrot-merged party-doge party-keanu parrot-nyan

Party

party-frog party-sunglasses party-tada party-100 party-peach

Pokemon

pkmn-pikachu pkmn-bulbasaur pkmn-squirtle pkmn-charmander pkmn-mew

Scrabble

l-e l-m l-o l-j l-i

Shiblob

shiblob-peek shiblob-photo shiblob-reach shiblob-nerd shiblob-wink

Uploading Emoji to Slack

  1. Clone or download this repository to your local machine. If you have downloaded the .zip file, unzip it using a third-party or built-in tool made for extracting archives.

  2. Follow one of the options below to begin uploading emoji:

    Option 1: Chrome extension
    1. Open Chrome and browse to:

      chrome://extensions
      
    2. Click on the Load unpacked button and select the extension folder from within this repository

    3. Navigate to $slackWorkspaceURL/customize/emoji, where $slackWorkspaceURL is the URL of the Slack workspace

      Note: 20 emoji will be uploaded per minute - be patient!

      Note: This extension has been adapted from the Neutral Face Emoji Tool and now lives here!

    Option 2: CLI
    1. Install slack-emoji-upload

    2. Get an xoxs-* Slack token following these instructions. (The team/email/password approach doesn't work, but token should)

    3. Stick the token in a variable, to keep it out of your shell history:

      read -s TOKEN $GENERATED_SLACK_TOKEN
      
    4. Change to the directory you want to import emoji from

    5. Run the following command, ensuring to substitute the name of your Slack workspace. The xargs prevents an open-files bug with an upload speed of one emoji every 4 seconds, or 15 per minute (20 max as per Slack rate limits):

      ls -1 | xargs -n 20 slack-emoji-upload -team $YOUR_SLACK_TEAM -token $GENERATED_SLACK_TOKEN -rate-limit 4s
      

Contributing New Emoji/Emoji Sets

Contributions are always welcome! In your pull request, please make sure to do the following:

  1. Create a new folder with a name that reflects the theme of the emoji you are adding, or use an existing one if applicable
  2. Ensure each emoji is under 100 KB in size and of a .png, .jpg, or .gif extension
  3. Ensure that each emoji is prefixed with the theme plus a hyphen, ie. gopha-xxx - this will allow users in Slack to easily search for gopha- and view all emoji for that set
  4. Run node generate-readme.js to generate/update README's for all of the newly added emoji!

Getting Help

If you ever have questions or need assistance, please open a GitHub issue best describing the problem!

Common Errors

  • Gifs over 100 KB will result in an upload error - use Ezgif.com to resize images under 100 KB
  • Emoji which conflict with reserved emoji names will result in a error_bad_name_i18n error

Credits

All emoji were sourced from the following repositories/websites:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].