2 مستودعات
Implementations for receiving real-time updates from messaging platforms via HTTP push notifications.
Distinct from Bot Frameworks: Specifically addresses the connectivity and hosting of bot update listeners, rather than the general bot development SDK.
Explore 2 awesome GitHub repositories matching part of an awesome list · Webhook Integrations. Refine with filters or upvote what's useful.
Telegraf is a Node.js framework and typed API wrapper for building interactive chat agents on the Telegram platform. It provides a structured environment for developing automated agents that interface with the Telegram Bot API to process and respond to user messages. The framework uses a middleware-based request router to process incoming events through a customizable chain of handlers. This architecture allows for dynamic command routing and the use of a context-object pattern to pass updates and API methods through the processing pipeline. The system supports multiple event delivery method
Supports real-time event delivery through configurable webhook integrations and long-polling loops.
Telebot is a framework for building interactive bots using the Telegram Bot API. It provides a type-safe API wrapper and an asynchronous event handler to manage messages, commands, and user interactions. The project features a middleware-based request interception system and pattern-based event routing to map triggers to custom logic. It includes a dedicated inline query engine for generating real-time suggested results and an interactive keyboard builder for creating custom reply and inline buttons. The framework covers a broad range of capabilities, including rich media management for albu
Implements a network listener for receiving real-time asynchronous updates from the API via webhooks.