awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 dépôts

Awesome GitHub RepositoriesMessaging Bot Wrappers

Client libraries mapping platform methods to structured objects.

Distinguishing note: Focuses on the object-oriented wrapper aspect of bot development.

Explore 4 awesome GitHub repositories matching web development · Messaging Bot Wrappers. Refine with filters or upvote what's useful.

Awesome Messaging Bot Wrappers GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • python-telegram-bot/python-telegram-botAvatar de python-telegram-bot

    python-telegram-bot/python-telegram-bot

    29,227Voir sur GitHub↗

    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

    Maps native messaging platform methods and update types into structured objects for programmatic interaction.

    Pythonbotchatbotframework
    Voir sur GitHub↗29,227
  • rapptz/discord.pyAvatar de Rapptz

    Rapptz/discord.py

    15,928Voir sur GitHub↗

    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 Python library for building interactive bots and applications that interface with the Discord platform using asynchronous event-driven programming.

    Pythonbotdiscorddiscord-api
    Voir sur GitHub↗15,928
  • telegraf/telegrafAvatar de telegraf

    telegraf/telegraf

    9,158Voir sur GitHub↗

    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

    Provides a typed client library that maps Telegram Bot API methods to structured JavaScript objects.

    TypeScript
    Voir sur GitHub↗9,158
  • eternnoir/pytelegrambotapiAvatar de eternnoir

    eternnoir/pyTelegramBotAPI

    8,684Voir sur GitHub↗

    pyTelegramBotAPI is a Python framework and API wrapper designed for building bots that interact with the Telegram Bot API. It provides a toolkit for managing bot lifecycles through both synchronous and asynchronous request patterns. The framework is distinguished by a routing system that uses custom filters and middleware pipelines to direct incoming updates to specific handlers. It includes a finite state machine manager to track user progress through multi-step conversations and a retry-based system to handle server-side rate limiting. The library covers a broad range of capabilities, incl

    Provides a Python library that wraps the Telegram Bot API with synchronous and asynchronous request patterns.

    Pythonbot-apipython-apitelegram
    Voir sur GitHub↗8,684
  1. Home
  2. Web Development
  3. Messaging Bot Wrappers