awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

8 个仓库

Awesome GitHub RepositoriesBot Management Interfaces

User interfaces for configuring and managing interactive bots and bridges within a messaging platform.

Distinct from Chat Bot Integrations: Focuses on the administrative UI for bot configuration rather than the bot development framework itself.

Explore 8 awesome GitHub repositories matching networking & communication · Bot Management Interfaces. Refine with filters or upvote what's useful.

Awesome Bot Management Interfaces GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • element-hq/element-webelement-hq 的头像

    element-hq/element-web

    13,233在 GitHub 上查看↗

    Element Web is a web-based communication client used for real-time messaging and collaboration via the decentralized Matrix protocol. It functions as an end-to-end encrypted messenger, a VoIP client for voice and video conferencing, and an interface for interacting with integrated bots and external bridges. The project distinguishes itself through a modular architecture that supports runtime module loading and external script imports to extend core capabilities. It provides extensive white-labeling options, allowing for the customization of application branding, visual themes, and the use of

    Provides embedded managers for the configuration of integrated bots and external bridges.

    TypeScripthacktoberfestmatrix
    在 GitHub 上查看↗13,233
  • getmoto/motogetmoto 的头像

    getmoto/moto

    8,550在 GitHub 上查看↗

    Moto is a cloud service mockery framework and API mock server that simulates AWS infrastructure locally. It allows developers to test cloud-dependent code and verify infrastructure-as-code templates without deploying real resources or incurring costs. The project functions as an SDK interceptor that can patch existing service clients to redirect requests to a local mock environment. It can also be run as a standalone HTTP server, enabling any programming language to interact with the simulated endpoints. The framework covers a vast array of simulated capabilities, including data storage, com

    Simulates the creation of conversational bots and the management of their resource policies.

    Pythonawsbotoec2
    在 GitHub 上查看↗8,550
  • tdlib/tdtdlib 的头像

    tdlib/td

    8,506在 GitHub 上查看↗

    This project is a cross-platform messaging SDK and client development library used to build custom Telegram applications. It functions as a comprehensive framework that manages network encryption, local data storage, and API communication, providing a C-compatible JSON interface that allows integration with any programming language. The library distinguishes itself by providing a full database manager for encrypted local caching and synchronized state, alongside a dedicated bot framework for creating interactive bots with business account integration. It enables the implementation of speciali

    Configures bot menu buttons and default administrator rights requested when joining chats.

    C++cross-platformlibrarytelegram
    在 GitHub 上查看↗8,506
  • napneko/napcatqqNapNeko 的头像

    NapNeko/NapCatQQ

    7,287在 GitHub 上查看↗

    NapCatQQ is a cross-platform runtime that implements the communication protocol required to automate chat bots on the QQ platform. It functions as a protocol adapter, translating QQ messaging events into a standardized interface for use with third-party bot frameworks. The project features a modular plugin system and a web-based management interface. This dashboard allows for the configuration of plugin settings and the monitoring of active messaging bots through a graphical user interface. The system supports the engineering of custom plugins via a pipeline of event handlers and a communica

    Ships a web-based dashboard for configuring bot settings and monitoring real-time bot activity.

    TypeScriptnapcatncqqntqq
    在 GitHub 上查看↗7,287
  • overtake/telegramswiftovertake 的头像

    overtake/TelegramSwift

    5,706在 GitHub 上查看↗

    TelegramSwift is a native macOS client for the Telegram messaging platform, built entirely in Swift. It provides a complete implementation of the Telegram protocol, enabling users to send text messages, make voice calls, share media files, and participate in group chats and channels directly from their Mac. The application supports core messaging features including end-to-end encryption, emoji reactions, message pinning, and threaded comments, along with content types like stickers, GIFs, polls, and stories. The client extends beyond basic messaging with capabilities for bot interaction, paym

    Creates Telegram bot accounts that run server-side code and communicate via HTTPS.

    Swift
    在 GitHub 上查看↗5,706
  • cog-creators/red-discordbotCog-Creators 的头像

    Cog-Creators/Red-DiscordBot

    5,437在 GitHub 上查看↗

    Red-DiscordBot is a modular framework for building and self-hosting Discord bots. It functions as a server management tool and community moderation bot that can be tailored by enabling or disabling specific feature modules. The system is distinguished by its extensible plugin architecture, which allows for the integration of third-party modules and the development of custom functional packages. Users can manage bot behavior through a chat-based interface, enabling them to assemble custom bots and define unique responses and behaviors without writing new code. The framework covers a broad ran

    Provides a chat-based interface for enabling or disabling feature modules and third-party plugins.

    Pythonbotchatbotdiscord
    在 GitHub 上查看↗5,437
  • tbxark/chatgpt-telegram-workersTBXark 的头像

    TBXark/ChatGPT-Telegram-Workers

    3,797在 GitHub 上查看↗

    This project is a serverless framework for deploying Telegram bots that interface with large language models and AI image generators. It functions as an edge-based orchestrator and gateway that routes messages between the Telegram API and various AI service providers using a stateless architecture. The system enables the management of multiple bot instances and allows for the dynamic switching of AI models and system prompts within a single chat interface. It distinguishes itself through a modular plugin system that allows for the injection of custom logic and specialized behaviors into the m

    Supports the maintenance of several distinct bot accounts within a single serverless deployment.

    TypeScript
    在 GitHub 上查看↗3,797
  • llonebot/luckylilliabotLLOneBot 的头像

    LLOneBot/LuckyLilliaBot

    3,375在 GitHub 上查看↗

    LuckyLilliaBot is a multi-protocol bot framework and protocol bridge that integrates diverse chat communication protocols to enable programmatic interaction in private and group conversations. It functions as a messaging gateway that translates internal messaging client functions into standardized WebSocket and HTTP protocols. The system employs a plugin-based adapter architecture to decouple chat platform logic and convert platform-specific messages into a standardized internal format. It exposes internal functions as standard web endpoints and persistent duplex connections to allow external

    Provides a management interface for configuring bot preferences and monitoring real-time activity logs.

    TypeScriptllbotllobllonebot
    在 GitHub 上查看↗3,375
  1. Home
  2. Networking & Communication
  3. Chat Bot Integrations
  4. Bot Management Interfaces

探索子标签

  • Bot Account RegistrationsCreates a Telegram bot account that runs server-side code and communicates via HTTPS. **Distinct from Bot Management Interfaces:** Distinct from Bot Management Interfaces: covers the initial creation of a bot account, not the ongoing configuration UI.
  • Interface ConfigurationConfiguration of bot UI elements such as menu buttons and administrative rights. **Distinct from Bot Management Interfaces:** Focuses on the functional UI configuration of the bot rather than the administrative management interface.
  • Mock Bot ResourcesSimulated APIs for the creation and policy management of conversational bots. **Distinct from Bot Management Interfaces:** Simulates the administrative cloud API for bots rather than the bot's functional interface.
  • Multi-Bot Instance ManagementCapabilities for hosting and managing multiple independent bot accounts within a single deployment. **Distinct from Bot Management Interfaces:** Focuses on the concurrent operation of multiple bot identities rather than a single bot's administrative UI