os / slacker

Full-featured Python interface for the Slack API
Apache License 2.0
1.6k stars 245 forks source link

command line utility added #9

Closed juanpabloaj closed 10 years ago

juanpabloaj commented 10 years ago
 date | slacker -t $slack_token -c slack_channel
os commented 10 years ago

Thanks for this @juanpabloaj, it looks good. However I would like to keep slacker as a library only. I think this could be a nice little separate project.

juanpabloaj commented 10 years ago

ok @os , I understand.

I created a slacker command line utility separately.

https://github.com/juanpabloaj/slacker-cli

os commented 10 years ago

Nice!