slack-emojinator icon indicating copy to clipboard operation
slack-emojinator copied to clipboard

Bulk upload emoji into Slack

Results 14 slack-emojinator issues
Sort by recently updated
recently updated
newest added

Bumps [lxml](https://github.com/lxml/lxml) from 4.6.3 to 4.9.1. Changelog Sourced from lxml's changelog. 4.9.1 (2022-07-01) Bugs fixed A crash was resolved when using iterwalk() (or canonicalize()) after parsing certain incorrect input. Note...

dependencies

Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.6.2 to 3.8.1. Release notes Sourced from aiohttp's releases. v3.8.1 Bugfixes Fix the error in handling the return value of getaddrinfo. getaddrinfo will return an (int, bytes)...

dependencies

Adds a dockerfile (to build and run without python installed) Adds a new SLACK_API_TOKEN parameter, in order to optionally pass an API TOKEN manually (as the parsing script seems to...

### Instigating Issue I tried to upload 22,000+ emojis and received an OS error. ### Description Due to https://codeyarns.com/2017/03/07/size-of-argument-and-environment-lists-exceeds-limit/ if the `${EMOJI_DIR}/*.png` glob-expanded arg list is over a certain size...

Looks like it is no longer included, or is encoded somehow. ``` $ pipenv run python export.py --concurrent-requests 3 github/ Loading .env environment variables… Traceback (most recent call last): File...

Was scratching my head over this issue for a while, so documenting it to benefit others. The current version of `lxml` in `Pipfile.lock` ([4.1.0](https://github.com/smashwilson/slack-emojinator/blob/9c4cc1db889eb9939ceb49e16acbf340144fc25d/Pipfile.lock#L79-L112)) was released on [2017-10-13](https://pypi.org/project/lxml/4.1.0/), and doesn't...

👋 @smashwilson I won't claim to be a developer but since Slack changed / removed the ability for us to use this awesome hack I wanted to see if this...

This is https://github.com/nylen/save-slack-emoji. It works a bit differently than this tool (you paste some JS into the browser console or otherwise run it within the page, then run a shell...