candrholdings / slack-cli

A command line interface for Slack implemented using node.
https://candrholdings.github.io/slack-cli/
287 stars 31 forks source link

Download files #21

Open brainstorm opened 7 years ago

brainstorm commented 7 years ago

Would it be possible to download files given the recent Slack API changes?

https://medium.com/slack-developer-blog/important-changes-to-files-in-the-web-api-eb38f2a9c1e7#.npbnybs0t

Looks like most Slack CLI clients focus on upload and streaming (tail -f) capabilities, but I would like to list and then download a file(id). Is this something you are thinking on supporting @candrholdings?