Fragmentize Slack emoji made easy
python emofrag.py image.png --rows 4 --cols 4 --token xoxs-123456-abcdef
If --token
option is omitted, the emojis will not be uploaded but instead saved to the disk.
- Go to your Slack customize page. (e.g.
https://joonhyungshin.slack.com/customize
) - Open your developer console, issue
window.prompt("your api token is: ", TS.boot_data.api_token)
.
This program was tested for PNG and GIF files.