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

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

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

1 个仓库

Awesome GitHub RepositoriesBinary Compilation

Support for compiling the server source code into OS-specific binaries for local deployment.

Distinct from Bot API Server Self-Hosting: Focuses on the build process of the API server binary rather than the hosting infrastructure itself

Explore 1 awesome GitHub repository matching devops & infrastructure · Binary Compilation. Refine with filters or upvote what's useful.

Awesome Binary Compilation GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • tdlib/telegram-bot-apitdlib 的头像

    tdlib/telegram-bot-api

    4,296在 GitHub 上查看↗

    该项目是一个自托管的 Telegram Bot API 服务器,实现了 REST 网关以独立于官方云基础设施管理机器人。它充当消息平台中间件,利用转换层通过基于 TDLib 的核心将高级 REST API 调用转换为低级函数。 该服务器允许本地托管,从而能够移除云端文件上传和下载的大小限制,并使用任意本地 IP 地址和端口进行 Webhook 交付。它提供了一种用于处理大文件的本地文件系统存储机制,并支持基于会话的状态持久化,以促进机器人实例在服务器环境之间的迁移。 该系统涵盖了广泛的机器人功能,包括富媒体、交互式投票和 HTML5 游戏的交付,以及托管微型应用程序。它包括用于商业账户自动化、论坛主题组织和货币化功能(如支付处理和订阅管理)的工具。此外还提供了用于聊天成员管理、用户验证和批量广播协调的管理实用程序。 该服务器源码可编译为适用于各种操作系统的二进制文件,以实现本地部署。

    Supports compiling server source code into binaries for various operating systems to enable local deployment.

    C++
    在 GitHub 上查看↗4,296
  1. Home
  2. DevOps & Infrastructure
  3. Bot API Server Self-Hosting
  4. Binary Compilation