vscunha/codex-reset-monitor — explained in plain English
Analysis updated 2026-05-18
Get notified by email the moment your Codex usage limit resets.
Catch surprise bonus credits from OpenAI without checking manually.
Run an automated background check on your Codex account every five minutes.
Optionally receive the same alerts through WhatsApp instead of email.
| vscunha/codex-reset-monitor | 0marildo/imago | 0xdfi/glm-5.2-1m-4x-dgx-spark | |
|---|---|---|---|
| Stars | 3 | 3 | 3 |
| Language | Python | Python | Python |
| Setup difficulty | moderate | easy | hard |
| Complexity | 2/5 | 2/5 | 5/5 |
| Audience | developer | general | researcher |
Figures from each repo's GitHub metadata at analysis time.
Requires Linux with systemd, an installed and signed in Codex CLI, and a Gmail app password for email alerts.
Codex Reset Monitor is a small tool that watches your usage limits for OpenAI's Codex coding assistant and emails you the moment something in your favor changes, such as your usage limit resetting or a free bonus credit showing up unexpectedly. Normally you would only find out about these changes by checking manually, and this tool automates that watching for you. It works by checking your account status every five minutes using the Codex command line tool you already have installed and signed in, reading the same information the Codex app shows when you type slash status. It saves a snapshot of your usage numbers, credit balance, and reset timestamps to a local file, then compares each new check to the last one. If your usage window resets, if your credit balance goes up, or if a new bonus credit becomes available, it sends you an email. It is designed to only notify you about good changes, so it will not spam you every time you simply use up some of your own quota. The tool is written in Python with no extra packages required, and does not store or copy your login token anywhere, since all authentication stays with the already installed Codex command line tool. Setup involves cloning the repository, running an install script that sets up a background scheduled task using systemd, and configuring an email account, most commonly Gmail using a special app password rather than your normal password. There is also optional support for sending alerts through WhatsApp instead of or alongside email, though that requires a Meta developer account and an approved message template. It currently only supports Linux systems that use systemd, since it relies on systemd's user timer feature to run its checks on a schedule and to keep running after a reboot. The README includes a troubleshooting section covering common issues like an expired login or a rejected email password.
A background tool that watches your OpenAI Codex usage limits and emails you the moment your quota resets or a bonus credit appears.
Mainly Python. The stack also includes Python, systemd, SMTP.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.