netromdk / slacker

Slacker - Easy access to the Slack API and admin of workspaces/teams.
MIT License
14 stars 0 forks source link

Feature/emoticon downloader #48

Closed 0verbyte closed 6 years ago

0verbyte commented 6 years ago

Converts emoticon download script to an actual command that can be ran in REPL.

Command usage text:

0xCoders> emojis -h
usage: emoji.list [-h] [-p PATH] [-q]

Lists custom emojis in workspace

optional arguments:
  -h, --help            show this help message and exit
  -p PATH, --path PATH  Local file path where to save emojis to
  -q, --quiet           Don't print response from Slack API
0verbyte commented 6 years ago

@netromdk updated