# slack-cli **Repository Path**: mirrors_siddontang/slack-cli ## Basic Information - **Project Name**: slack-cli - **Description**: a command tool to communicate with slack - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README slack-cli is a command tool to communicate with [slack](https://slack.com). ## Why? I just want to study and know [slack API](https://api.slack.com) 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](https://github.com/nlopes/slack)