Commit Graph

13 Commits

Author SHA1 Message Date
bot
f2c4360883 feat: update total contributions from 2515 to 2518 and average per user to 24.93 in export dataset
- Increment total contributions count in export/0_dataset.txt from 2515 to 2518
- Adjust average contributions per user from 24.9 to 24.93
- Update binary export artifacts (whl, tar.gz, graphs, JSON stats) to reflect latest database state
- Refresh comment statistics JSON files with new counts for hour 20 (126→129) and updated weekday aggregations
2024-11-25 20:31:07 +00:00
bot
51fca071ad chore: update export dataset with 101 active users and 2515 total contributions
- Increment active user count from 100 to 101 and total contributions from 2389 to 2515 in export/0_dataset.txt
- Append 425 new lines of user posts to export/posts-retoor.txt
- Regenerate all binary export files including graphs, score charts, and compiled statistics images
- Update drstats.db database and rebuild dist packages to version 1.3.37
2024-11-25 19:58:34 +00:00
bot
81c5d77676 chore: remove dependency list and add platform metadata placeholders in PKG-INFO for drstats 1.3.37
The diff shows removal of Requires-Dist entries for aiohttp, dataset, matplotlib, and requests from PKG-INFO, along with addition of Home-page: UNKNOWN and Platform: UNKNOWN fields, plus trailing newlines in entry_points.txt.
2024-11-24 07:44:38 +00:00
8f86fc8112 fix: correct dataset dump and db queries to handle multiple user records 2024-11-24 07:39:56 +00:00
bot
1910548ee0 chore: remove dependency metadata and add UNKNOWN placeholders in PKG-INFO for drstats 1.3.37
The diff shows removal of Requires-Dist lines for aiohttp, dataset, matplotlib, and requests from PKG-INFO, along with addition of Home-page: UNKNOWN and Platform: UNKNOWN fields, plus trailing newline adjustments in entry_points.txt.
2024-11-24 07:07:40 +00:00
27a6409c09 feat: add initial export of devRant statistics, mentions, posts, and contributions data
Add raw query results for user contributions, mention counts, individual user posts, and view-comment statistics exported as text and JSON files under the export/ directory.
2024-11-24 07:02:48 +00:00
04e61f8a56 feat: add raw query results to json export for each view using new Db context manager 2024-11-24 07:02:32 +00:00
7ec7ae8646 feat: add view export functionality and refactor contributions query to use named view
Introduce a new `get_views()` function in db.py that queries the sqlite_schema for user-defined views, and add a loop in dataset.py to export each view's query results as a JSON file. Also create a persistent `contributions_extended_ranked` view to replace the inline subquery in `get_contributions()`, and refactor `get_users()` to use a direct DISTINCT query instead of deduplicating in Python.
2024-11-24 06:38:17 +00:00
e5e5dd3aca fix: correct f.write argument in dataset.py dump function to close code block properly 2024-11-24 06:17:50 +00:00
7040fe5797 fix: correct string concatenation in dataset.py write calls for user and text 2024-11-24 06:16:36 +00:00
bot
f06382c373 feat: add per-user contribution stats export and update PKG-INFO with retoor9b reference
Generate export/0_dataset.txt containing per-user contribution counts, percentages, and average post lengths for all 100 active ranters. Update PKG-INFO description to reference retoor9b AI hype and adjust dataset link path from dataset.txt to 0_dataset.txt.
2024-11-23 20:16:08 +00:00
bot
2064809545 chore: update drstats package to v1.3.37 with refreshed export dataset and PKG metadata
Bump package version from 0.1.1 to 1.3.37 in PKG-INFO, update author email to retoor@molodetz.nl, and replace generic project description with detailed build automation notes and export links. Regenerate binary wheel and source distribution artifacts alongside updated export graphs compilation and dataset text file with revised user contribution statistics.
2024-11-23 20:03:37 +00:00
dbe9b4184d docs: add generated statistics dataset and graphs to README with build server links 2024-11-23 19:48:43 +00:00