Markov chains XMPP bot https://github.com/moparisthebest/ash
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Travis Burtrum 3872b3d203
moparisthebest/ash/pipeline/head There was a failure building this commit Details
First version of ash
4 months ago
.ci First version of ash 4 months ago
src First version of ash 4 months ago
.gitignore First version of ash 4 months ago
Cargo.lock First version of ash 4 months ago
Cargo.toml First version of ash 4 months ago
LICENSE.md First version of ash 4 months ago
README.md First version of ash 4 months ago
ash.toml First version of ash 4 months ago

README.md

ash

ash is a Markov Chains XMPP bot (usable for IRC through biboumi). It's mainly meant to show that AI was cool and simple before the current craze.

Building from git: cargo build --release

Or grab a binary from the releases section.

Configuration: cp ash.toml ~/.config/ and edit ~/.config/ash.toml with your XMPP credentials and room config

Usage: ash [/path/to/config.toml]

Refer to ash.toml for instructions on how to configure.

License

GNU/AGPLv3 - Check LICENSE.md for details