You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
7 months ago | |
---|---|---|
.mvn/wrapper | 7 months ago | |
src | 7 months ago | |
.gitignore | 7 months ago | |
LICENSE | 7 months ago | |
README.md | 7 months ago | |
StartBot | 7 months ago | |
application.properties.example | 7 months ago | |
mvnw | 7 months ago | |
mvnw.cmd | 7 months ago | |
pom.xml | 7 months ago |
README.md
Jarkov - Markov Text Generator
still WIP, currently based on my posts.
move application.properties.exmaple
to the src/resources/application.properties
with your config
Dependencies:
- Java17 - ensure JAVA_HOME env var is set
- Postgresql - for saving xmpp messages (for now).
Instructions:
- ./mvnw spring-boot:run <- launch the service
- Run StartBot script to direct posts towards a fedi account.
- Finally, throw the script into a crontab and let it do the work for you.
WARNING:
- Currently the training data is completely manually generated and lives in src/main/resources/trainingData. I will make this a bit better by giving a functionality to load your custom data. If you load some data in the current state, make sure your data is a single line of string separated by spaces.