This is a work-in-progress Hubot replacement written in Rust. It makes use of the slack-morphism crate.
- Follow the prerequisite steps here.
- Obtain a .env file with values for the Slack API token, etc., and place it in the root directory.
cargo build
cargo run
Alternatively, you can use Docker (this will take a while the first time):
docker build . -t hubot-rs
docker run --rm hubot-rs