From 29c371c52ddbd54d191e8daa490240b064b17261 Mon Sep 17 00:00:00 2001 From: retoor Date: Sat, 23 Nov 2024 21:11:28 +0100 Subject: [PATCH] Fixed --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 899ad91..c853f23 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,9 @@ Project to determine health of the devrant platform. -Also, it will generate a dataset to be used with machine learning. +Also this data will be used for retoor9b, the newest AI hype! You're still using ChatGPT? -Make Retoor9b great again! - -I do not have to run statistics manually. Every source code update results in automatically new build statistics by my build server. I should do this for a living. - -Generating these statistics takes quite some steps. Look at the build log under the [actions](https://retoor.molodetz.nl/retoor/drstats/actions?workflow=export.yaml&actor=0&status=1) tab. - -## Generated statistics by last build +## Statistics by last build Click here for latest [dataset](https://retoor.molodetz.nl/retoor/drstats/src/branch/main/export/0_dataset.txt). @@ -18,6 +12,10 @@ Click here for latest [graphs compilaiton](https://retoor.molodetz.nl/retoor/drs Click here for all generated [data](https://retoor.molodetz.nl/retoor/drstats/src/branch/main/export) +Statistics are build automatically using a build server. + +Generating these statistics takes quite some steps. Look at the build log under the [actions](https://retoor.molodetz.nl/retoor/drstats/actions?workflow=export.yaml&actor=0&status=1) tab. + ## Credits Thanks to Rohan Burke (coolq). The creator of the dr api wrapper this project uses. Since it isn't made like a package, i had to copy his source files to my source folder. His library: https://github.com/coolq1000/devrant-python-api/