https://github.com/devboi76/markai
Markov chain based AI discord bot written in Java. Probably sentient.
https://github.com/devboi76/markai
Last synced: about 1 year ago
JSON representation
Markov chain based AI discord bot written in Java. Probably sentient.
- Host: GitHub
- URL: https://github.com/devboi76/markai
- Owner: devBoi76
- License: gpl-3.0
- Created: 2021-04-15T16:10:52.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-08T19:51:40.000Z (about 5 years ago)
- Last Synced: 2025-02-05T19:36:08.381Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 9.47 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MarkAI
Markov chain based AI discord bot written in Java 11
He learns from messages written on the server that are not sent by a bot and don't have "markai" in them
The newest .jar is in `target/markov-VERSION-jar-with-dependencies.jar`
An older .jar is in the release
If something with the .jar from `target` breaks, don't blame it on me - it's basically an alpha version
I don't know if this bot works on Windows
run with `java -jar markov-VERSION-jar-with-dependencies.jar`
Configure with config/CONFIG (provide the bot token there, also other settings)
Words are stored in the `words` folder, each word has it's own file with weighs. To change what chance a word has to appear after the previous one, change the weigh (higher = more often)