Skip to content

Releases: ivan-nechaev/anystat-python

Release list

v0.1.0

Choose a tag to compare

@ivan-nechaev ivan-nechaev released this 09 Jul 16:37

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/start with deep-link params, commands, callback queries, bot block/unblock
  • Custom eventstrack() with arbitrary JSON properties
  • Privacy by default — message text is never collected unless you opt in
  • Debug modedebug=True shows 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

See the README (Русский) for a quickstart.