Skip to content

GenPage/slack-cli

 
 

Repository files navigation

slack-cli is a command tool to communicate with slack.

Why?

I just want to study and know slack API easily.

Use

shell>slack-cli -token=your_token
slack>users.list
slack>users.info user=U023BECGF
slack>stars.list user=U023BECGF page=1 count=100

todo

  • add help description for commands
  • more test

Limitation

Use linenoise lib, so Windows may be not supported. :-)

Thanks

https://github.com/nlopes/slack

About

a command tool to communicate with slack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 62.8%
  • Go 37.2%