https://github.com/gustafla/mfj
Telegram statistics aggregation for fun
https://github.com/gustafla/mfj
Last synced: 4 months ago
JSON representation
Telegram statistics aggregation for fun
- Host: GitHub
- URL: https://github.com/gustafla/mfj
- Owner: gustafla
- License: mit
- Created: 2019-12-20T19:56:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-18T13:23:29.000Z (over 3 years ago)
- Last Synced: 2025-01-12T23:10:33.016Z (5 months ago)
- Language: Rust
- Size: 183 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## To do
- [x] Date filtering output listing
- [ ] Keyword filtering output listing
- [ ] Define wanted keyword groups from CLI
- [ ] Graphs and bars (per chat and per user)
- [ ] Prettier error handling
- [x] Update last message
- [x] Telegram identifier type aliases## Not to do
- [ ] Store full user message content
- [ ] Timezone-dependend code
- [ ] Binary format (would require version tag and conversion when loading)