netromdk / slacker

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

Extend files.list to download filtered files #77

Closed netromdk closed 6 years ago

netromdk commented 6 years ago

A download URL can be retrieved by using the files.info for a file ID via files.list.

Add -d|--download <folder> to download filtered files to. Similar to how emoji.list --path does it. Put that code in a Downloader class of some kind and reuse it here.