Instantly check if your Claude usage is 2x or 1x during Anthropic's March 2026 promotion.
Project description
Claude Throttle
Instantly check if your Claude usage is doubled right now.
Anthropic is running a 2x Usage promotion from March 13-27, 2026. During off-peak hours, your usage doesn't count toward weekly limits. But tracking when you're in the 2x window is annoying because it depends on Eastern Time, the day of the week, and the hour.
This CLI tool does the math for you.
Install
pip install claude-throttle
Usage
throttle
That's it. You'll see:
Claude Throttle v0.1.0
==================================
Current ET: Monday, March 16, 2026 at 03:00:00 PM ET
>>> 2X USAGE ACTIVE <<<
Off-peak window. Usage does NOT count toward your weekly limit.
Next change to 1X in: 17h 0m 0s
Day type: Weekday (off-peak, 2X active)
Promotion Rules
| Window | Hours (ET) | Multiplier |
|---|---|---|
| Weekday Peak | Mon-Fri 8:00 AM - 2:00 PM | 1x (normal) |
| Weekday Off-Peak | Mon-Fri all other hours | 2x |
| Weekends | All day Sat & Sun | 2x |
Eligible plans: Free, Pro, Max, Team (not Enterprise).
Promotion period: March 13, 2026 through March 27, 2026 (11:59 PM ET).
Use as a Library
from claude_throttle import check_status
status = check_status()
print(status["multiplier"]) # 1 or 2
print(status["seconds_until_change"])
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file claude_throttle-0.1.0.tar.gz.
File metadata
- Download URL: claude_throttle-0.1.0.tar.gz
- Upload date:
- Size: 6.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ac7eadc33ce0ff74f657ec765edef8d993842ed934b28e0136e7165b383de9ea
|
|
| MD5 |
42c3c8a9534bb5a89581e894907e2805
|
|
| BLAKE2b-256 |
bfde209d9b35b26f345b91ff6b167d4191795b0c946668012ae8407fee2373cc
|
File details
Details for the file claude_throttle-0.1.0-py3-none-any.whl.
File metadata
- Download URL: claude_throttle-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7274e5933c4301f21e037438ca6b059ec6677b3ae3dae756665a60a61bb34c06
|
|
| MD5 |
d073a38602e8c44025f749c2530decea
|
|
| BLAKE2b-256 |
76df6325156d668c0c152493d839a12d9017b3cc4a8baf8b98e25276b461969a
|