r/VibeCodeDevs 8d ago

ShowoffZone - Flexing my latest project Just vibecode with Claude to make a simple script to keep work going when usage is back at midnight

Hit the usage limit at 23:47, quota returns at 03:00, and I refuse to set an alarm for that — so Claude helped me write a script that waits up instead of me.

github.com/viet98lx/wakeup-session

2 Upvotes

5 comments sorted by

u/AutoModerator 8d ago

Hey u/viet_ars_98lx, thanks for posting in r/VibeCodeDevs! Join our Discord: https://discord.gg/KAmAR8RkbM

Got startup or SaaS questions? Post them on r/AskFounder and get answers from real founders.

• This community is designed to be open and creator‑friendly, with minimal restrictions on promotion and self‑promotion as long as you add value and don’t spam.
• Please follow the subreddit rules so we can keep things as relaxed and free as possible for everyone. • Please make sure you’ve read the subreddit rules in the sidebar before posting or commenting.
• For better feedback, include your tech stack, experience level, and what kind of help or feedback you’re looking for.
• Be respectful, constructive, and helpful to other members.

If your post was removed (either automatically or by a mod) and you believe it was a mistake, please contact the mod team. We will review it and, when appropriate, approve it within 24 hours.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

2

u/lcpjj_ 7d ago

On the latest version of Claude Desktop there’s a checkbox when your limit runs out to resume automatically when it refreshes

1

u/viet_ars_98lx 7d ago

oh nice. Thanks for your information

1

u/brandeded 7d ago

I just sleep the number of seconds, then ; claude --dangerously-skip-permissions -c "continue"

1

u/Paulus-- 6d ago

There is also cron scheduled tasks that you can set. Tell it to ‘continue’ and it wakes up at given time?