Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moparisthebest/ash
Markov Chains XMPP bot
https://github.com/moparisthebest/ash
ai bot chains markov xmpp
Last synced: 9 days ago
JSON representation
Markov Chains XMPP bot
- Host: GitHub
- URL: https://github.com/moparisthebest/ash
- Owner: moparisthebest
- License: agpl-3.0
- Created: 2023-02-12T04:08:57.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-25T04:25:11.000Z (about 1 year ago)
- Last Synced: 2024-10-17T06:07:29.245Z (25 days ago)
- Topics: ai, bot, chains, markov, xmpp
- Language: Rust
- Homepage: https://code.moparisthebest.com/moparisthebest/ash
- Size: 52.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ash
`ash` is a [Markov Chains](https://en.wikipedia.org/wiki/Markov_chain) 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