/dibsv3

It's basically just a Queue, for slack. Form an orderly line.

Primary LanguageRustMIT LicenseMIT

dibsv3

It's basically just a Queue, for slack. Form an orderly line.

Developer Setup

Requires the rust nightly, just use the Rust toolchain installer.

Create a .env file with the following contents (or specify them as args before cargo run):

DB_FILENAME=/valid/path/to/a/file.json
SLACK_TOKEN=some_valid_slack_token
$ cargo run

Deployment