Project for generating detailed statistics in both text and graphs. Also it generates a dataset for use in LLM embedding (chromadb for example).
Go to file
2024-11-23 19:56:52 +01:00
src Working 2024-11-23 19:56:52 +01:00
.gitignore Initial commit 2024-11-23 19:56:52 +01:00
drstats.db Working 2024-11-23 19:56:52 +01:00
Makefile Initial commit 2024-11-23 19:56:52 +01:00
pyproject.toml Initial commit 2024-11-23 19:56:52 +01:00
README.md Working 2024-11-23 19:56:52 +01:00
setup.cfg Working 2024-11-23 19:56:52 +01:00

dRStats

About

Simple project to determine health of the devrant platform.

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/