Hey everyone,
I’m currently building a custom sales dashboard for my dad’s restaurant. I’m trying to automate the daily sales export from the Wolt portal (and two other delivery apps) into my database.
My current setup is OpenClaw running on a VPS using Playwright (headless).
The issues is that Wolt uses an email verification link for the initial login. I’ve tried logging in manually once and saving the storage state(cookies), but for some reason, the session doesn't persist or it gets challenged again immediately when running on the VPS.
Has anyone successfully bypassed the Wolt Link or gotten cookies to stick long-term on a headless server?
I don't have access to their official APIs, and I don't have a spare local PC to act as a browser relay, so it has to stay on the VPS. Any advice on how to handle the email auth or a better way to scrape this so i dont need to do this manually?
Thanks in advance!