An IRC bot that spits out markov chains at you users.
I haven't tested this on Windows, but if you can build Rust on Windows, you can probably build this project.
-
Clone.
git clone https://github.com/alekratz/markov-bot-rs.git
-
Copy the example config over and fill it out for your needs. The only fields you typically need to worry about are the
server
andnickname
fields.cp markov-bot{.example,}.json
-
Compile the bot.
cargo build
OR
cargo build --release
-
Run.
cargo run
OR
target/debug/markov-bot-rs
OR
target/release/markov-bot-rs
ISC. See LICENSE for details.