一款轻量级的 macOS 和 Windows 桌面工具,能在 Tibo 确认 ChatGPT 或 Codex 额度重置时静默提醒你。

Stars

4

7 天增长

暂无数据

Fork 数

0

开放 Issue

0

开源协议

暂无数据

最近更新

2026-07-30

AI 仓库情报摘要
FR-AI / ANALYSIS

为什么值得关注

它采用巧妙的检测规则过滤出真正的重置帖子,并通过共享的 Cloudflare Worker 缓存结果,多个用户不会成倍增加 API 使用量。

适合谁使用

  • 经常使用 ChatGPT/Codex 并关注 Tibo 额度重置消息的用户
  • 偏好使用菜单栏或系统托盘的 macOS 和 Windows 桌面用户
  • 对无服务器 Worker 与桌面应用集成感兴趣的开发者

典型使用场景

  • 在 ChatGPT 周额度确认重置时收到即时、不打扰的通知
  • 省去手动频繁检查 Tibo 的 X 推文来获取重置消息
  • 在专注其他任务时,无需打开浏览器即可了解重置状态

项目优势

  • 严格的帖子过滤——要求来自 @thsottiaux 的原创帖,提及 ChatGPT 或 Codex,包含额度上下文并明确说明已重置
  • 通过 Cloudflare Worker 共享缓存——无论有多少用户,每 10 分钟只调用一次 X API
  • 开源且透明——服务器代码在 Server/ 目录中,API 密钥保留在服务器端

使用前须知

  • 仅监控单一 X 账号 (@thsottiaux) 且仅针对 ChatGPT/Codex 重置
  • macOS 上为 ad-hoc 签名,Windows 上未代码签名,需要额外步骤来信任应用
  • 需要持续的网络连接,轮询间隔可能带来短暂延迟

README 快速开始

Tibo, We Love You

A tiny macOS menu bar app that lets you know when Tibo posts a ChatGPT or Codex limit reset.

Unofficial fan-made utility. Not affiliated with Tibo, X, or OpenAI.

Download

macOS

  1. Download and unzip TiboWeLoveYou-macOS.zip.
  2. Move TiboWeLoveYou.app to Applications.
  3. On first launch, right-click the app and choose Open.

The app is ad-hoc signed but not Apple-notarized, so macOS may ask you to confirm it in System Settings → Privacy & Security.

Windows

  1. Download and unzip TiboWeLoveYou-Windows-x64.zip.
  2. Run TiboWeLoveYou.exe; it will live in the system tray.

The Windows build is not code-signed yet. If Microsoft Defender SmartScreen appears, choose More info → Run anyway.

What it does

  • Lives quietly in the macOS menu bar or Windows system tray.
  • Watches a shared central feed for new posts from @thsottiaux.
  • Alerts only when a post clearly confirms a completed ChatGPT or Codex allowance reset.
  • Shows a compact, silent red-button animation in the top-right corner.
  • Gives Check now a lightweight status card with the last confirmed reset.
  • Keeps the alert visible until you close it or open the original post on X.
  • Never ships the TwitterAPI.io key inside either desktop app.

Check now, but cuter

When there is nothing new, Check now shows Tibo's last confirmed reset time and how long ago it happened. Only a newly detected reset gets the animated red-button alert.

Shared API architecture

The central Cloudflare Worker checks @thsottiaux at most once every 10 minutes, for a maximum of 144 upstream TwitterAPI.io requests per day. Every installed app reads the same cached result, so adding more users does not multiply TwitterAPI.io usage.

Each desktop app polls the shared feed once per minute. The TwitterAPI.io key stays in Cloudflare and is never shipped inside the app. Server code and deployment instructions are in Server/.

Reset detection rules

A post must satisfy every rule below before an alert is published:

  1. It comes from `

项目描述

A tiny macOS menu bar and Windows tray app for Tibo's ChatGPT and Codex reset posts.

相关仓库与替代方案

根据分类、Topic 和编程语言匹配的相似项目。

Blaizzy
精选
Blaizzy GitHub avatar

nativ

Nativ is a native macOS app that lets you run AI models locally on Apple silicon, offering chat, model management, performance analytics, and an OpenAI/Anthropic-compatible API server.

AI 与机器学习AI 视觉与语音
985
simonw
精选
simonw GitHub avatar

speech-analyzer-cli

A macOS command-line tool that uses Apple's on-device speech APIs to transcribe prerecorded audio into plain text, JSON, JSONL, SRT, or WebVTT.

开发者工具CLI 与终端
20
makecindy
精选
makecindy GitHub avatar

cindy

Cindy is an open-source AI agent that runs locally on your machine, integrates multiple AI harnesses and models, and provides memory, skills, and automation to perform real work in your projects and apps.

AI 与机器学习大语言模型
958