Releases: ivan-nechaev/anystat-python
Releases · ivan-nechaev/anystat-python
Release list
v0.1.0
The first public release of Anystat — lightweight, privacy-first analytics for Telegram bots built with aiogram 3.
Highlights
- Two-line integration — one middleware, zero changes to your handlers
- Auto-tracking —
/startwith deep-link params, commands, callback queries, bot block/unblock - Custom events —
track()with arbitrary JSON properties - Privacy by default — message text is never collected unless you opt in
- Debug mode —
debug=Trueshows every event collected, skipped, and sent - Reliable delivery — batching and retries with backoff; analytics failures never break your bot
- Fully typed (
py.typed), Python 3.12+
Installation
pip install anystat