Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

alekratz/markov-bot-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

markov-bot-rs

An IRC bot that spits out markov chains at you users.

Usage

I haven't tested this on Windows, but if you can build Rust on Windows, you can probably build this project.

  1. Clone.

    git clone https://github.com/alekratz/markov-bot-rs.git

  2. Copy the example config over and fill it out for your needs. The only fields you typically need to worry about are the server and nickname fields.

    cp markov-bot{.example,}.json

  3. Compile the bot.

    cargo build

    OR

    cargo build --release

  4. Run.

    cargo run

    OR

    target/debug/markov-bot-rs

    OR

    target/release/markov-bot-rs

License

ISC. See LICENSE for details.

Releases

No releases published

Packages

No packages published

Languages