Python tool for downloading custom Slack emojis from a given team domain.
Requirements:
Installation:
pip install -r requirements.txt
Basic Usage:
python main.py -d SLACK-TEAM -t AUTH-TOKEN
CLI Options:
--folder (-f) # Image output folder [default='images']
--domain (-d) # Slack team domain [required]
--token (-t) # Slack API token [required]
CLI Example:
python main.py --folder=emojis --domain=SLACK-TEAM --token=AUTH-TOKEN