Create OAuth Token OAuth & Permissions
Setting OAuth Token
bash
export RSLACK_TOKEN=your-token
```bash
brew install kohbis/rslack/rslack
export RSLACK_TOKEN=your-token
echo "RSLACK_TOKEN=your-token" > ${HOME}/.rslack
rslack ```
```bash
cargo run ```
If you want to run on Docker, please execute the following command.
bash
docker build -t rslack .
docker run --rm -e RSLACK_TOKEN=your-token -ti rslack
bash
cargo test