awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repositorios

Awesome GitHub RepositoriesMessaging API Interfaces

Abstraction layers for mapping platform-specific commands to network requests.

Distinguishing note: Focuses on the translation layer between high-level commands and network protocols.

Explore 4 awesome GitHub repositories matching networking & communication · Messaging API Interfaces. Refine with filters or upvote what's useful.

Awesome Messaging API Interfaces GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • python-telegram-bot/python-telegram-botAvatar de python-telegram-bot

    python-telegram-bot/python-telegram-bot

    29,227Ver en 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

    Translates high-level commands into standard network requests for messaging platforms.

    Pythonbotchatbotframework
    Ver en GitHub↗29,227
  • urinx/weixinbotAvatar de Urinx

    Urinx/WeixinBot

    7,390Ver en GitHub↗

    WeixinBot is a framework for WeChat account automation and bot development. It provides a programmable interface to monitor incoming messages and trigger automated actions within the WeChat ecosystem. The system emulates a browser session using a WebSocket-based protocol and establishes identity through QR code authentication. It maintains session-state persistence to keep accounts active without repeated verification. The project covers message processing for text, images, voice notes, and location data, and supports the transmission of emojis and links. It includes utilities for user conta

    Provides an abstraction layer that maps high-level functions to raw network packets and protocol commands.

    Pythonapiweb-weixin-pipelinewechat
    Ver en GitHub↗7,390
  • evolutionapi/evolution-apiAvatar de EvolutionAPI

    EvolutionAPI/evolution-api

    7,190Ver en GitHub↗

    Evolution API is a collection of system components including a WhatsApp API gateway, a multi-channel messaging bridge, and a conversational AI orchestrator. It functions as an event-driven messaging middleware that links messaging platforms with large language models and external applications to automate text and audio responses. The project provides a self-hosted marketing automation platform for executing customer relationship workflows and outreach campaigns. It further distinguishes itself by routing chat conversations between different messaging services and customer support tools throug

    Provides a single abstraction interface to control and automate interactions across multiple different messaging platforms.

    TypeScriptchatbotchatwootcloud-api
    Ver en GitHub↗7,190
  • kotlin-telegram-bot/kotlin-telegram-botAvatar de kotlin-telegram-bot

    kotlin-telegram-bot/kotlin-telegram-bot

    973Ver en GitHub↗

    Esta librería es un framework Kotlin con seguridad de tipos diseñado para construir servicios de mensajería automatizados en la plataforma Telegram. Proporciona un kit de herramientas integral para que los desarrolladores creen bots interactivos que manejen actualizaciones entrantes, gestionen interacciones de chat y ejecuten flujos de trabajo automatizados en la JVM. Al abstraer la comunicación de red subyacente, la librería permite el desarrollo de aplicaciones de mensajería sofisticadas utilizando características nativas del lenguaje. El framework se distingue por un enfoque funcional para la interacción con la API, utilizando tipos de datos algebraicos para representar estados de éxito y fracaso. Este diseño obliga a un manejo explícito de las respuestas, asegurando que los desarrolladores gestionen los resultados de la red sin depender de excepciones. La arquitectura admite tanto el sondeo largo (long-polling) como la entrega basada en webhooks, proporcionando flexibilidad en cómo los bots reciben y procesan eventos en tiempo real desde la plataforma. Más allá de la mensajería básica, la librería incluye un amplio soporte para tareas comerciales y administrativas. Facilita la gestión de cuentas comerciales, el procesamiento de pagos y la distribución de medios pagados o regalos digitales. El kit de herramientas también cubre patrones de interacción avanzados, incluyendo la gestión de temas de foros, hilos de mensajes, seguimiento de reacciones y la entrega de contenido interactivo como encuestas y juegos. La librería se distribuye como una dependencia estándar de la JVM, permitiendo la integración en servicios backend Kotlin existentes. Incluye mecanismos integrados para monitorear el tráfico de red y capturar fallos de protocolo para mantener una operación de bot fiable.

    Offers a type-safe interface for sending messages and managing bot interactions, abstracting complex network requests.

    Kotlinhacktoberfestkotlintelegram
    Ver en GitHub↗973
  1. Home
  2. Networking & Communication
  3. Messaging API Interfaces