feat: add dataset export command and contributions views with user stats aggregation
Add dr.dataset console script entry point and implement dump function in new dataset module. Create SQL views for contributions, contributions_extended, rants_of_user, and posts_of_user in db.py to aggregate user activity metrics. Update Makefile with sync, export_stats, and export_dataset targets. Add timeout parameter to HTTP requests in devrant.py and remove demo code. Extend README with usage instructions for environment setup and available dr.* commands.
This commit is contained in:
+2
-1
@@ -1,4 +1,5 @@
|
||||
.history
|
||||
dist
|
||||
venv
|
||||
export
|
||||
src/drstats/__pycache__
|
||||
src/drstats/__pycache__
|
||||
|
||||
Reference in New Issue
Block a user