Metadata-Version: 2.4
Name: botstats-lite
Version: 0.1.0
Summary: Lightweight Telegram bot statistics tracker
Author: Hasan Y
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# botstats-lite

Simple and lightweoght Telegram bot statistics tracker.

## Usage

```python
from botstats import BotStats

stats = BotStats()

stats.track_user(123)
stats.track_command("/start")

print(stats.export())
