paulhammond / slackcat

Post messages to Slack from the command line
MIT License
142 stars 22 forks source link

doesn't support icon_url #9

Open masukomi opened 9 years ago

masukomi commented 9 years ago

in addition to icon_emoji Slack supports icon_url

I'd like to see icon_url be supported via the conf file. Best would be if it would just take whatever was in that file, override anything set via the command line options, and then send that to the server. That way you've got support for new any new functionality they add WITHOUT having to update the code (until you want it to be overrideable on the command line.)