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
·

34 repositorios

Awesome GitHub RepositoriesBot Development Frameworks

SDKs and libraries for building and deploying conversational bots across platforms.

Explore 34 awesome GitHub repositories matching part of an awesome list · Bot Development Frameworks. Refine with filters or upvote what's useful.

Awesome Bot Development Frameworks 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

    Pure Python interface for the Telegram Bot API.

    Pythonbotchatbotframework
    Ver en GitHub↗29,227
  • wechaty/wechatyAvatar de wechaty

    wechaty/wechaty

    22,859Ver en GitHub↗

    Wechaty is a cross-platform chatbot framework designed to build and manage automated messaging agents. It provides a unified programming interface that abstracts diverse instant messaging protocols, allowing developers to create bots that function consistently across multiple communication services. By utilizing a modular architecture, the framework enables the development of conversational agents capable of handling complex messaging workflows, contact management, and group room interactions. The framework distinguishes itself through a puppet-based protocol abstraction and a language-agnost

    WeChat bot framework powered by Node.js and Docker.

    TypeScriptbotchatbotconversational-ai
    Ver en GitHub↗22,859
  • gunthercox/chatterbotAvatar de gunthercox

    gunthercox/ChatterBot

    14,493Ver en GitHub↗

    ChatterBot is a conversational AI framework and machine learning dialogue system used to build bots that generate automated responses. It functions as a multilingual natural language processing library and a vector-based knowledge base, utilizing logic adapters and statistical pattern matching to select the most confident response to user input. The system supports multilingual chatbot training and processing by using a design independent of specific linguistic rules. It employs semantic vector search to retrieve contextually accurate responses from a database of stored conversations and can

    Machine learning conversational dialog engine.

    Pythonbotchatbotchatterbot
    Ver en GitHub↗14,493
  • howdyai/botkitAvatar de howdyai

    howdyai/botkit

    11,585Ver en GitHub↗

    Botkit is a multi-platform chatbot framework designed to build conversational bots that operate across different messaging services using a unified interface. It provides a core system for multi-platform development, utilizing a platform adaptation layer to translate service-specific API payloads into a standardized internal format. The framework features a conversational dialog manager that coordinates multi-turn interactions through state-tracking, branching logic, and scripted flows. It employs a message processing middleware pipeline to intercept, normalize, and enrich incoming and outgoi

    Toolkit for building bot applications.

    TypeScriptbotbot-applicationbotkit
    Ver en GitHub↗11,585
  • telegraf/telegrafAvatar de telegraf

    telegraf/telegraf

    9,158Ver en 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

    Modern framework for Telegram bots.

    TypeScript
    Ver en GitHub↗9,158
  • yagop/node-telegram-bot-apiAvatar de yagop

    yagop/node-telegram-bot-api

    9,107Ver en GitHub↗

    This project is a library for Telegram bot development, enabling the creation of automated agents that respond to user commands and messages using the Telegram Bot API. It facilitates Telegram content automation by programmatically sending rich media, managing sticker sets, and publishing profile stories. The project supports real-time event handling through both webhook and long-polling mechanisms. It also provides a specialized interface for Telegram payment integration to process digital transactions, create invoices, and handle refunds. Broad capability areas include automated chat manag

    Telegram Bot API wrapper for Node.js.

    JavaScriptapibotbot-framework
    Ver en GitHub↗9,107
  • tucnak/telebotAvatar de tucnak

    tucnak/telebot

    4,565Ver en GitHub↗

    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

    Telegram bot framework written in Go.

    Go
    Ver en GitHub↗4,565
  • yoctol/bottenderAvatar de Yoctol

    Yoctol/bottender

    4,278Ver en GitHub↗

    Bottender es un framework de interfaz de usuario conversacional y orquestador de bots multiplataforma diseñado para construir interfaces de chat interactivas. Funciona como un sistema de enrutamiento que mapea mensajes y eventos de usuario a funciones de manejo específicas para gestionar rutas de interacción y conecta un único backend a varios canales de mensajería de terceros a través de una interfaz unificada. El framework incluye una puerta de enlace de integración para conectar servicios externos de comprensión del lenguaje natural para extraer intenciones y etiquetas de la entrada del usuario. También cuenta con una interfaz de llenado de espacios para recopilar piezas específicas de información de los usuarios para completar conjuntos de datos requeridos. El sistema admite la gestión de estado a través del almacenamiento persistente de sesiones de usuario y el seguimiento del estado de la conversación. Proporciona herramientas para el diseño de interfaces multicanal, incluyendo soporte para características nativas específicas de la plataforma, procesamiento por lotes de solicitudes para minimizar la sobrecarga de red y un runtime sin estado compatible con despliegue serverless. El desarrollo es compatible con una simulación local basada en terminal para pruebas y un flujo de trabajo de recarga en caliente para la iteración lógica inmediata.

    Flexible framework for building bots.

    TypeScriptbotchatbotframework
    Ver en GitHub↗4,278
  • slackapi/node-slack-sdkAvatar de slackapi

    slackapi/node-slack-sdk

    3,376Ver en GitHub↗

    Visit the documentation site for all the lovely details.

    Official Slack developer kit for Node.js.

    TypeScript
    Ver en GitHub↗3,376
  • irazasyed/telegram-bot-sdkAvatar de irazasyed

    irazasyed/telegram-bot-sdk

    3,300Ver en GitHub↗

    🤖 Telegram Bot API PHP SDK. Lets you build Telegram Bots easily! Supports Laravel out of the box.

    PHP SDK for the Telegram Bot API.

    PHP
    Ver en GitHub↗3,300
  • wabarc/waybackAvatar de wabarc

    wabarc/wayback

    2,202Ver en GitHub↗

    An archiving tool with an IM-style interface that prioritizes privacy and accessibility, integrated with various archival services including Internet Archive, archive.today, Ghostarchive, IPFS, Telegraph, and file systems.

    Tool for interacting with wayback machine bots.

    Goarchiveharheroku
    Ver en GitHub↗2,202
  • claudiajs/claudia-bot-builderAvatar de claudiajs

    claudiajs/claudia-bot-builder

    1,833Ver en GitHub↗

    Create chat bots for Facebook Messenger, Slack, Amazon Alexa, Skype, Telegram, Viber, Line, GroupMe, Kik and Twilio and deploy to AWS Lambda in minutes

    Multi-platform bot builder for AWS Lambda deployment.

    JavaScriptalexaaws-lambdachatbot
    Ver en GitHub↗1,833
  • remixz/messenger-botAvatar de remixz

    remixz/messenger-bot

    1,088Ver en GitHub↗

    A Node client for the Facebook Messenger Platform

    Node client for the Facebook Messenger platform.

    JavaScriptbotfacebookfacebook-messenger-platform
    Ver en GitHub↗1,088
  • charca/bootbotAvatar de Charca

    Charca/bootbot

    977Ver en GitHub↗

    Facebook Messenger Bot Framework for Node.js

    Facebook Messenger bot framework for Node.js.

    JavaScriptbotchatbot-frameworkfacebook
    Ver en GitHub↗977
  • bottr-js/bottrAvatar de Bottr-js

    Bottr-js/Bottr

    935Ver en GitHub↗

    🤖 The world's simplest framework for creating Bots

    Minimalist framework for creating bots.

    JavaScriptbotscreating-botsmessenger-bot
    Ver en GitHub↗935
  • stojanovic/alexa-skill-kitAvatar de stojanovic

    stojanovic/alexa-skill-kit

    278Ver en GitHub↗

    Library for effortless Alexa Skill development with AWS Lambda

    Library for developing Alexa skills with AWS Lambda.

    JavaScript
    Ver en GitHub↗278
  • mrroundrobin/telegram.botAvatar de MrRoundRobin

    MrRoundRobin/telegram.bot

    51Ver en GitHub↗

    .NET Client for Telegram Bot API

    C# client for the Telegram Bot API.

    C#
    Ver en GitHub↗51
  • andersonba/yve-botA

    andersonba/yve-bot

    0Ver en GitHub↗

    Rule-based bot conversation builder for browser and Node.

    Ver en GitHub↗0
  • broidhq/broid-kitB

    broidHQ/broid-kit

    0Ver en GitHub↗

    Bot framework powered by Broid integrations.

    Ver en GitHub↗0
  • broidhq/broid-kit-botpressB

    broidHQ/broid-kit-botpress

    0Ver en GitHub↗

    Middleware for connecting Broid to Botpress.

    Ver en GitHub↗0
Ant.12Siguiente
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Bot Development Frameworks