Skip to content

balebbae/claudia-poker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Claude Kickoff Auto-Pinger

This small automation project ensures that Claude Code usage windows start on time by sending periodic "ping" messages to Claude through the claude.ai web interface. It uses Playwright to simulate a real browser session and send a minimal chat message such as "ping".

The goal:

Since Claude's usage limits only starts when a message is sent and resets every 4 hours, to maximimze credits the goal is to Keep Claude Code window continuously active without manual intervention.


🚀 Features

  • Automates sending a short message to Claude every few hours
  • Uses your real Chrome profile for persistent login
  • Includes anti-bot fingerprinting to avoid Cloudflare challenges
  • Includes a health check to confirm login before sending
  • Compatible with macOS + Chrome
  • Can be fully automated with cron

🧩 Requirements

Dependency Purpose
Python + uv Project environment and dependency management
Playwright Browser automation
Chrome browser Required for persistent profile
macOS Script currently designed for macOS paths

Install dependencies:

uv add playwright
uv run playwright install

About

Pokes Claude every 4 hours to maximize token usage 🤩

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages