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

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

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

3 个仓库

Awesome GitHub RepositoriesPush Notification Forwarding

Systems that relay messages from a network client to external push notification services.

Distinct from Messaging Notifications: Candidates focus on analytics reports or social mentions; this is a general message forwarding integration.

Explore 3 awesome GitHub repositories matching networking & communication · Push Notification Forwarding. Refine with filters or upvote what's useful.

Awesome Push Notification Forwarding GitHub Repositories

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

    easychen/pushdeer

    5,006在 GitHub 上查看↗

    Pushdeer 是一个自托管的推送通知服务,旨在向移动设备和物联网硬件发送即时警报。它作为一个中心化的后端,用于通过私有服务器管理和路由自定义通知。 该系统以其“无 App 推送”能力而著称,利用原生操作系统功能接收警报,无需在手机上安装专门的客户端应用程序。对于物联网集成,它作为使用 MQTT 协议的消息网关,向智能硬件发送实时文本和图像通知。 该平台包含一套全面的 API 密钥和设备注册令牌管理套件,以确保通知流水线的安全。它支持通过自定义 JSON 格式从第三方平台转发外部通知,并提供基于主题的路由,将特定内容类型定向到目标设备。硬件特定能力包括设备屏幕上的图像渲染、网络时间同步以及触发蜂鸣器等物理警报的能力。 后端以容器化环境提供,专为使用 Docker 和 Compose 进行部署而设计。

    Routes alerts from third-party platforms to personal devices using custom JSON formats to bridge different systems.

    Cappclipnotification-service
    在 GitHub 上查看↗5,006
  • variadico/notivariadico 的头像

    variadico/noti

    4,871在 GitHub 上查看↗

    Noti 是一套命令行工具,旨在捕获进程输出并跟踪执行状态,以触发桌面或第三方提醒。它作为一个 Shell 通知包装器和流水线工具,将 Shell 输出和执行状态路由到桌面横幅或消息服务。 该项目提供了一个进程监控工具,能够跟踪特定进程标识符,以便在程序终止时立即发送通知。它还包括一个 CLI 输出通知器,可捕获标准输入并将文本作为通知消息转发。 该系统涵盖命令完成提醒、到语音合成引擎或第三方平台的外部通知路由,以及定义自定义提醒标题和消息的能力。

    Captures text from a shell pipeline's standard input and forwards it as a notification message.

    Go
    在 GitHub 上查看↗4,871
  • slskd/slskdslskd 的头像

    slskd/slskd

    2,784在 GitHub 上查看↗

    slskd is a headless network daemon and peer-to-peer file-sharing server for the Soulseek network. It functions as a network client and API gateway, allowing users to search for and share files via a web interface or a REST API. The project distinguishes itself through a focus on automation and remote management, featuring event-driven triggers that can execute system scripts or send webhooks. It supports advanced network routing via SOCKS5 proxies and provides a flexible deployment model that includes a dockerized client with volume mapping and environment-based configuration. The system cov

    Forwards private messages and chat mentions to the Pushbullet service.

    C#hacktoberfestsoulseeksoulseek-network
    在 GitHub 上查看↗2,784
  1. Home
  2. Networking & Communication
  3. Push Notification Forwarding

探索子标签

  • Standard Input ForwardersCapabilities for relaying text from standard input streams to external notification providers. **Distinct from Push Notification Forwarding:** Distinct from Push Notification Forwarding: focuses on the source being a shell pipeline (stdin) rather than a network client.