Skip to content

Python tool for downloading custom Slack emojis from a given team domain.

License

Notifications You must be signed in to change notification settings

le1ia/slackmoji

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slackmoji

Python tool for downloading custom Slack emojis from a given team domain.

Setup

Requirements:

Installation:

pip install -r requirements.txt

Usage

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

About

Python tool for downloading custom Slack emojis from a given team domain.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages