juanpabloaj / slacker-cli

Messages to slack from command line
https://pypi.python.org/pypi/slacker-cli/
MIT License
184 stars 14 forks source link

sending a file only with no comment attached #24

Open emayssat-ms opened 8 years ago

emayssat-ms commented 8 years ago

slacker -c cloudops-pagerduty -f ~/Downloads/image.png does not work echo | slacker -c cloudops-pagerduty -f ~/Downloads/emayssat.png does but there are 2 entries in the slack stream. why does a file upload require a comment? I don't think this should be a requirement.

Natfan commented 7 years ago

Agreed, this is a bit of an issue.

@juanpabloaj, is there a fix for this that you know of?

juanpabloaj commented 7 years ago

thanks for the feedback, I will try to think in a solution.

pull request are wellcome.