https://github.com/sohey-dr/chinviter
CLI tool to invite Slack channels of a workspace
https://github.com/sohey-dr/chinviter
cli rust slack slack-bot
Last synced: about 1 year ago
JSON representation
CLI tool to invite Slack channels of a workspace
- Host: GitHub
- URL: https://github.com/sohey-dr/chinviter
- Owner: sohey-dr
- License: mit
- Created: 2022-07-21T05:43:19.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-09T09:20:00.000Z (over 3 years ago)
- Last Synced: 2023-03-05T21:57:33.109Z (over 3 years ago)
- Topics: cli, rust, slack, slack-bot
- Language: Rust
- Homepage:
- Size: 60.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Slack Channel Inviter
## Features
CLI tool to invite Slack channels of a workspace
## How to install
```bash
git clone git@github.com:sohey-dr/chinviter.git
cd chinviter
cp .env.sample .env
cargo run -- -help
```
## USAGE
```bash
USAGE:
chinviter [OPTIONS]
ARGS:
OPTIONS:
-f, --filter [default: ]
-h, --help Print help information
-u, --user_id [default: ]
-V, --version Print version information
```
## Author
* Sohey Hashimoto
* Email: heyso1209@gmail.com
* Linktree:
## License
* MIT
* see LICENSE