8000 GitHub - alekratz/markov-bot-rs: A markov bot written in Rust
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was 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.

About

A markov bot written in Rust

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0