Create OAuth Token OAuth & Permissions
Setting OAuth Token
```bash $ export RSLACK_TOKEN=your-token
$ mv .token.keep .token ```
If both are set, use the value of .token
bash
$ cargo run
If you want to run on Docker, exec the following command.
bash
$ docker build -t rslack .
$ docker run --rm -e RSLACK_TOKEN=your-token -ti rslack
bash
$ cargo test