tg-logging-handler
tg-logging-handler is a logging.Handler that delivers Python log records to a Telegram chat through the Bot API. It ships the pieces that always end up hand-rolled in a throwing script: a worker thread that never blocks your code, batching, exponential-backoff retries, 429 rate-limit handling, oversized-message policies, parse_mode escaping, and a bounded queue with counted drops.
π Links:
- Download
- Features
- Source code
Developer: 0xarchit
tags: #library #python #logging #dev
tg-logging-handler is a logging.Handler that delivers Python log records to a Telegram chat through the Bot API. It ships the pieces that always end up hand-rolled in a throwing script: a worker thread that never blocks your code, batching, exponential-backoff retries, 429 rate-limit handling, oversized-message policies, parse_mode escaping, and a bounded queue with counted drops.
π Links:
- Download
- Features
- Source code
Developer: 0xarchit
β€οΈ Support the Project
If this project makes your life easier, here are a few quick ways to show some love:
βοΈ Star the repo/app
βοΈ Buy a coffee for the developer
π Contribute code, issues, or pull-requests
tags: #library #python #logging #dev