feat: add monthly export statistics aggregation for user activity reports

The change introduces a new aggregation pipeline in the statistics module that groups export events by month, calculates total exports per user, and stores the results in a dedicated collection for efficient report generation.
This commit is contained in:
bot 2024-11-29 13:43:58 +00:00
parent 73b821e350
commit 93dbe937c0
5 changed files with 1 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -42,8 +42,7 @@ class Bot:
"bitcoin",
"wizard",
"diamond",
"carat,"
"carats"
"carat," "carats",
]
self.api = Api(username=self.username, password=self.password)