{"id":13432982,"url":"https://github.com/lambtron/emojipacks","last_synced_at":"2025-05-15T13:07:44.632Z","repository":{"id":47068651,"uuid":"39672497","full_name":"lambtron/emojipacks","owner":"lambtron","description":"CLI to bulk upload emojis to your Slack","archived":false,"fork":false,"pushed_at":"2019-11-26T16:51:05.000Z","size":4582,"stargazers_count":1325,"open_issues_count":27,"forks_count":196,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-04-15T03:54:16.452Z","etag":null,"topics":["emoji","emojis","slack"],"latest_commit_sha":null,"homepage":"https://emojipacks.com","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lambtron.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-07-25T04:27:20.000Z","updated_at":"2025-04-07T18:45:29.000Z","dependencies_parsed_at":"2022-09-04T19:11:42.759Z","dependency_job_id":null,"html_url":"https://github.com/lambtron/emojipacks","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lambtron%2Femojipacks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lambtron%2Femojipacks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lambtron%2Femojipacks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lambtron%2Femojipacks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lambtron","download_url":"https://codeload.github.com/lambtron/emojipacks/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254346624,"owners_count":22055808,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["emoji","emojis","slack"],"created_at":"2024-07-31T02:01:19.349Z","updated_at":"2025-05-15T13:07:44.579Z","avatar_url":"https://github.com/lambtron.png","language":"HTML","funding_links":[],"categories":["HTML"],"sub_categories":[],"readme":"# emojipacks\n[![Build Status](https://travis-ci.org/lambtron/emojipacks.svg?branch=master)](https://travis-ci.org/lambtron/emojipacks)\n\n\u003e CLI to bulk upload emojis to your Slack!\n\n## Install\n\n*Note you must have `node` and `npm` installed. If you don't, go to [nodejs.org](https://www.nodejs.org) and follow the install instructions there.*\n\n```bash\n$ npm install -g emojipacks\n```\n\nor\n\n```bash\n$ git clone git@github.com:lambtron/emojipacks.git\n$ cd emojipacks\n$ make\n```\n\n## Usage\n\nThere is only one command:\n\n```bash\n$ emojipacks\n```\n\nIt'll ask you a few questions:\n\n```bash\nSlack subdomain: 20percentclub\nEmail address login: andyjiang@gmail.com\nPassword: *********\n2FA Code: 123456  #  if 2FA is enabled\nPath or URL of Emoji yaml file: ./packs/futurama.yaml\n```\n\nThen, let it work its magic:\n\n```bash\nStarting import\nGot tokens\nLogged in\nUpload crumb is s-1437797544-90b75206a7-☃\nGetting emoji page\nUploading bender with http://i.imgur.com/7zYM751.png\nUploading amywong with http://i.imgur.com/DgKkcCi.png\n .\n .\n .\nUploading hypnotoad with http://i.imgur.com/o7tyjxN.gif\nUploaded emojis\n```\n\nNote that the emoji pack to upload can be a **path** to a yaml file on your machine or a **URL**, like [http://www.emojipacks.com/packs/food.yaml](http://www.emojipacks.com/packs/food.yaml).\n\n## Optionally Pass Command Line Parameters\n\nThis will allow for easier batch uploading of multiple yaml files\n\n```bash\n$ emojipacks -s \u003csubdomain\u003e -e \u003cemail\u003e -p \u003cpassword\u003e -y \u003cyaml_file\u003e\n```\n\n## Run Batch Upload script\n\nA file named batchUploadExample.sh is provided for your reference. Edit this file change the subdomain, email, and password parameters to your own and save it as batchUpload.sh or something similar.\n\nThis script will aid in the process of batch uploading.\n\nIt optionally takes an argument for the directory path that contains your yaml files. If this is not provided './packs' will be used by default.\n\n```bash\n$ ./batchUpload.sh [path_to_yaml_files]\n```\n\n## Emoji Yaml File\n\nAlso note that the yaml file must be indented properly and formatted as such:\n\n```yaml\ntitle: food\nemojis:\n  - name: apple\n    src: http://i.imgur.com/Rw0Vlda.png\n  - name: applepie\n    src: http://i.imgur.com/g4RU1fM.png\n```\n\n..with the `src` pointing to an image file. According to Slack:\n\n- Square images work best\n- Image can't be larger than 128px in width or height\n- Image must be smaller than 64K in file size\n\n### Emoji Aliases\nIt is possible to give multiple names to a single emoji using yaml such as:\n```yaml\ntitle: octicons\nemojis:\n  - name: pr\n    aliases:\n      - pullrequest\n      - mergerequest\n    src: https://i.imgur.com/rhwNxfc.png\n```\n\n\n## Emoji packs\n\n- [animals](https://raw.githubusercontent.com/lambtron/emojipacks/master/packs/animals.yaml)\n- [clippy](https://raw.githubusercontent.com/lambtron/emojipacks/master/packs/clippy.yaml)\n- [fika](https://raw.githubusercontent.com/lambtron/emojipacks/master/packs/fika.yaml)\n- [frontend](https://raw.githubusercontent.com/lambtron/emojipacks/master/packs/frontend.yaml)\n- [harrypotter](https://raw.githubusercontent.com/lambtron/emojipacks/master/packs/harrypotterhouses.yaml)\n- [mario](https://raw.githubusercontent.com/lambtron/emojipacks/master/packs/mario-8bit.yaml)\n- [occupy](https://raw.githubusercontent.com/lambtron/emojipacks/master/packs/occupy.yaml)\n- [officespace](https://raw.githubusercontent.com/lambtron/emojipacks/master/packs/officespace.yaml)\n- [omnom](https://raw.githubusercontent.com/lambtron/emojipacks/master/packs/omnom.yaml)\n- [futurama](https://raw.githubusercontent.com/lambtron/emojipacks/master/packs/futurama.yaml)\n- [food](https://raw.githubusercontent.com/lambtron/emojipacks/master/packs/food.yaml)\n- [skype](https://raw.githubusercontent.com/lambtron/emojipacks/master/packs/skype.yaml)\n- [starwars](https://raw.githubusercontent.com/lambtron/emojipacks/master/packs/starwars.yaml)\n- [startups](https://raw.githubusercontent.com/lambtron/emojipacks/master/packs/startups.yaml)\n- [businessfish](https://raw.githubusercontent.com/lambtron/emojipacks/master/packs/businessfish.yaml)\n- [hipchat](https://raw.githubusercontent.com/lambtron/emojipacks/master/packs/hipchat.yaml)\n- [twitch](https://raw.githubusercontent.com/lambtron/emojipacks/master/packs/twitch.yaml)\n- [parrotparty](https://raw.githubusercontent.com/lambtron/emojipacks/master/packs/parrotparty.yaml) ([Parrot](http://cultofthepartyparrot.com/) [Paint](http://cultofthepartyparrot.com/paint/))\n- [Finland](https://raw.githubusercontent.com/lambtron/emojipacks/master/packs/finland.yaml)\n- [pokemongo: items](https://raw.githubusercontent.com/lambtron/emojipacks/master/packs/pokemongo.yaml)\n- [Pokémon Go: Pokémon](https://raw.githubusercontent.com/Templarian/slack-emoji-pokemon/master/pokemon.yaml) ([Prefixed `pokemon-*`](https://raw.githubusercontent.com/Templarian/slack-emoji-pokemon/master/pokemon-prefix.yaml))\n- [politipack](https://raw.githubusercontent.com/lambtron/emojipacks/master/packs/politipack.yaml)\n- [nekoatsume](https://raw.githubusercontent.com/lambtron/emojipacks/master/packs/nekoatsume.yaml)\n- [octicons](https://raw.githubusercontent.com/lambtron/emojipacks/master/packs/octicons.yaml)\n- [pokemon](https://raw.githubusercontent.com/jaylynch/pokemoji/master/pokemon-by-name.yaml)\n- [devicon](https://raw.githubusercontent.com/izumin5210/emojipack-for-devicon/master/png/devicon.yaml) ([Devicon](http://devicon.fr/))\n- [hamsterdance](https://raw.githubusercontent.com/snipe/hamsterdance-emojipack/master/hamsterdance.yaml) ([snipe/emojipacks](https://github.com/snipe/hamsterdance-emojipack))\n- [avengers](https://raw.githubusercontent.com/lambtron/emojipacks/master/packs/avengers.yaml)\n- [Shiba Stickers](https://raw.githubusercontent.com/lambtron/emojipacks/master/packs/shiba.yaml) (from Messenger)\n- [gamedevmoji](https://raw.githubusercontent.com/niksudan/gamedevmoji/master/gamedevicons.yaml)\n- [AWS simple icons](https://raw.githubusercontent.com/Surgo/aws_emojipacks/master/noprefix-emojipacks.yml)\n\n### Emoji packs from [slackmojis.com](http://www.slackmojis.com)\n\n- [Uncategorized](https://raw.githubusercontent.com/lambtron/emojipacks/master/packs/slackmojis-uncategorized.yaml)\n- [Facebook Reaction](https://raw.githubusercontent.com/lambtron/emojipacks/master/packs/slackmojis-facebook-reaction.yaml)\n- [Logo](https://raw.githubusercontent.com/lambtron/emojipacks/master/packs/slackmojis-logo.yaml)\n- [Meme](https://raw.githubusercontent.com/lambtron/emojipacks/master/packs/slackmojis-meme.yaml)\n- [MLB](https://raw.githubusercontent.com/lambtron/emojipacks/master/packs/slackmojis-mlb.yaml)\n- [NBA](https://raw.githubusercontent.com/lambtron/emojipacks/master/packs/slackmojis-nba.yaml)\n- [NFL](https://raw.githubusercontent.com/lambtron/emojipacks/master/packs/slackmojis-nfl.yaml)\n- [NHL](https://raw.githubusercontent.com/lambtron/emojipacks/master/packs/slackmojis-nhl.yaml)\n- [NYC Subway](https://raw.githubusercontent.com/lambtron/emojipacks/master/packs/slackmojis-nyc-subway.yaml)\n- [Party Parrot](https://raw.githubusercontent.com/lambtron/emojipacks/master/packs/slackmojis-party-parrot.yaml)\n- [Pokemon](https://raw.githubusercontent.com/lambtron/emojipacks/master/packs/slackmojis-pokemon.yaml)\n- [Retro Game](https://raw.githubusercontent.com/lambtron/emojipacks/master/packs/slackmojis-retro-game.yaml)\n- [Scrabble Letters](https://raw.githubusercontent.com/lambtron/emojipacks/master/packs/slackmojis-scrabble-letters.yaml)\n- [Skype](https://raw.githubusercontent.com/lambtron/emojipacks/master/packs/slackmojis-skype.yaml)\n- [Star Wars](https://raw.githubusercontent.com/lambtron/emojipacks/master/packs/slackmojis-star-wars.yaml)\n- [Turntable.fm](https://raw.githubusercontent.com/lambtron/emojipacks/master/packs/slackmojis-turntable.fm.yaml)\n- [Yoyo](https://raw.githubusercontent.com/lambtron/emojipacks/master/packs/slackmojis-yoyo.yaml)\n\n![](http://media1.giphy.com/media/68H7QjnqFOn2E/100.gif)\n\nWant to contribute? [Suggest an emoji pack](https://20p.typeform.com/to/xOFDyq)!\n\n## Troubleshooting\n\nThis script will essentially log into your Slack and then submit a `POST` request on the emoji upload form page. If you are seeing errors, make sure that:\n- **you have Slack privileges to add custom emojis**: otherwise, the script won't be able to get to the emoji upload form\n- **your credentials are correct**: if you have done all of the following correctly try running the command **emojipacks -d**\n\n*Still having issues? Create an issue [here](https://github.com/lambtron/emojipacks/issues/new).*\n\n*Enjoyed this project? Check out my [blog](http://blog.andyjiang.com) for more*.\n\n## License (MIT)\n\n```\nWWWWWW||WWWWWW\n W W W||W W W\n      ||\n    ( OO )__________\n     /  |           \\\n    /o o|    MIT     \\\n    \\___/||_||__||_|| *\n         || ||  || ||\n        _||_|| _||_||\n       (__|__|(__|__|\n```\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flambtron%2Femojipacks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flambtron%2Femojipacks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flambtron%2Femojipacks/lists"}