Parse GDPR-exported Telegram data and print stats to the console
|
All checks were successful
Release using Poetry a new version of the Python package / Build package (push) Successful in 6s
Release using Poetry a new version of the Python package / Publish package on Forgejo Packages (push) Successful in 2s
Release using Poetry a new version of the Python package / Publish package on Test PyPI (push) Successful in 4s
Release using Poetry a new version of the Python package / Publish package on PyPI (push) Successful in 5s
|
||
|---|---|---|
| .forgejo/workflows | ||
| .idea | ||
| .media | ||
| .vscode | ||
| telegramstats | ||
| .editorconfig | ||
| .gitignore | ||
| LICENSE.txt | ||
| poetry.lock | ||
| pyproject.toml | ||
| README.md | ||
Telegram Stats
Parse GDPR-exported Telegram data and print stats to the console
Quick setup
Make sure pipx is installed, then:
pipx install telegramstats[markov]
pipx run telegramstats --version
pipx run telegramstats --help
See the documentation for more information.
Supported stats
- Message counts in chats by user
- Generate markov chains from chat messages (
markovextra)