
An app for forwarding mobile otp for verification when scraping
So long story short I tried scraping a website but it had otp logins . So I vibecoded the entire night into making a flutter app that will listen for messages , select the otp code using regex and forwards it to a custom backend server. So it basically solves the otp login problem if we maintain it in a continous session 🤷🏾♂️.
Hope it will be useful for someone