A handy tool edging your Slack emojis with white. It improves emoji visibility when you use Slack in dark mode.
$ poetry install
$ cp .env.sample .env
If you want to import emojis from your workspace, get OAuth Token here. Then set the token in .env file.
- Python 3.7 or higher
- Poetry
$ poetry run python import.py
$ poetry run python convert.py
$ find edged -type f | poetry run python add.py
$ find edged -type f | awk -F/ '{split($NF, x, "."); print x[1]}' | poetry run python remove.py
(*) These script use private API. Please run them at your own risk.
No. If you can, please make a PR to this repo!
-> Now you can convert animated GIF!
- Open emoji admin panel (https://{YOUR_WORKSPACE}.slack.com/customize/emoji).
- Open Network panel in developer tools.
- Find XHR request whose request URL begins "https://{YOUR_WORKSPACE}.slack.com/api/emoji.".
- You can see the token that begins "xoxs-" in "Form Data" panel.
MIT License