Skip to content

sploicers/rust-slack-bot-poc

Repository files navigation

Hubot RS

This is a work-in-progress Hubot replacement written in Rust. It makes use of the slack-morphism crate.

Building and running:

  1. Follow the prerequisite steps here.
  2. Obtain a .env file with values for the Slack API token, etc., and place it in the root directory.
  3. cargo build
  4. cargo run

Alternatively, you can use Docker (this will take a while the first time):

  1. docker build . -t hubot-rs
  2. docker run --rm hubot-rs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published