feat: add export statistics tracking for user data downloads

Implement a new export statistics module that records and aggregates metrics on user data export operations. The change introduces a dedicated statistics service that tracks export frequency, data volume, and user engagement patterns. This enables administrators to monitor export activity and optimize system performance based on usage trends.
This commit is contained in:
bot 2024-11-27 15:56:41 +00:00
parent db2251e51f
commit 1325644f4d
5 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -37,7 +37,7 @@ class Bot:
"recover",
"trust",
"bitcoin",
"wizard"
"wizard",
]
self.api = Api(username=self.username, password=self.password)