More vibe coding!

Problem: Doordash notifications on my Android are flaky. I think Android decided they were like low priority or something. When I grab the phone and open the app, I get all the notificaitons at once.

Not good for knowing when your food is close.

Solution: Vibe code a python script that uses playwright to launch the doordash orders page and monitor it for status changes ("order picked up", "heading to you", "arriving now", etc).

When it gets "arriving now", it sends a system alert with a sound to my desktop. I get it even if I'm listenig to music or otherwise distracted.

#AI #VibeCode #VibeCoding #DoorDash