Set up your Telemetree Python SDK
TwaAnalyticsProvider
, the SDK will automatically start capturing data based on your configuration.
auto_capture_telegram
: Enables or disables automatic capturing of Telegram events (default: True
)auto_capture_telegram_events
: Specifies the types of Telegram events to capture automatically (default: ["message"]
)auto_capture_commands
: Specifies the Telegram commands to capture automatically (default: ["/start", "/help"]
)config.py
file in the SDK.