2 مستودعات
Frameworks for building non-blocking, event-driven messaging bots.
Distinguishing note: Focuses on the architectural pattern of asynchronous bot development.
Explore 2 awesome GitHub repositories matching web development · Asynchronous Bot Frameworks. Refine with filters or upvote what's useful.
This project is an asynchronous messaging framework designed for building interactive applications on the Telegram platform. It functions as a comprehensive wrapper that maps native platform methods and update types into structured objects, enabling developers to create event-driven services that respond to real-time user input. By integrating with standard event loops, the library facilitates high-throughput communication and non-blocking message processing. The framework distinguishes itself through a sophisticated update-driven dispatcher pattern that routes incoming messages to specific h
Builds interactive messaging applications that handle high volumes of concurrent user requests.
This project is an asynchronous library for the Python programming language designed to facilitate the development of automated agents and interactive applications on the Discord platform. It provides a comprehensive framework for building event-driven software that manages real-time communication, server resources, and user interactions through a structured interface. The library utilizes a non-blocking event loop to handle concurrent network operations, allowing developers to maintain persistent bidirectional connections via WebSockets. It features a declarative system for routing text-base
A development toolkit for creating responsive automated agents that handle concurrent interactions and manage server resources efficiently.