Simple golang script for getting VK message statistics
npm install
npm run dev
Open http://localhost:3000 in your browser
Use from CLI
go run cmd/cli/main.go -token=<string> -chat_id=<number> [-lang=<string>]
Something like this will be output:
Total count - 398
1) Some Person 1 - 85
2) Some Person 2 - 48
3) Some Person 3 - 30
...
Example use from application is here