candrholdings / slack-cli

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

Ability to send DM #8

Closed ss44 closed 8 years ago

ss44 commented 8 years ago

Is it possible to currently send DM'S?

tried using -c @username but didn't seem to work, and since none of the documentation eludes to it wondering if it's even possible?

raymondkpwong commented 8 years ago

No idea yet.

lapfelix commented 8 years ago

It's possible because https://github.com/juanpabloaj/slacker-cli is doing it

simonweil commented 8 years ago

Opened a PR #18, it was really easy :)

Supporting both usernames and emails.

eyalev commented 8 years ago

Is it possible to add an option to read from a username?

Currently:

slackcli -d @username -r

doesn't work..