Markov chains XMPP bot https://github.com/moparisthebest/ash
Go to file
Travis Burtrum eb629d8588
moparisthebest/ash/pipeline/head There was a failure building this commit Details
Add some fun features
2023-08-24 22:59:13 -04:00
.ci First version of ash 2023-02-11 23:11:43 -05:00
contrib Add some fun features 2023-08-24 22:59:13 -04:00
src Add some fun features 2023-08-24 22:59:13 -04:00
.gitignore Add some fun features 2023-08-24 22:59:13 -04:00
Cargo.lock Add some fun features 2023-08-24 22:59:13 -04:00
Cargo.toml Add some fun features 2023-08-24 22:59:13 -04:00
LICENSE.md First version of ash 2023-02-11 23:11:43 -05:00
README.md First version of ash 2023-02-11 23:11:43 -05:00
ash.toml First version of ash 2023-02-11 23:11:43 -05:00

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