My slack emoji collection and download script
First, install dependencies:
npm i
Second, create a slack app, add it to your workspace, add emoji:read
user token scope and put the User OAuth Token
into config.json
To download emojis from your slack team run:
don't forget to create config.json, see config.example.json
npm start
To generate preview for readme run:
npm run generate-md