jvolker / miq-nz-booking-tools

Tools to help booking a spot in New Zealand Managed Isolation and Quarantine. Automatically refreshes, checks and fills forms in the website to find and book the rare spots.
MIT License
83 stars 35 forks source link

Chrome Extension future... #109

Open alexDrinkwater opened 3 years ago

alexDrinkwater commented 3 years ago

I am wondering if we still need puppeteer to run the booking assistance... To me it seems that most of what we are doing can be accomplished in native js using document. I am thinking we could try get the chrome extension features on par with the electron application and try publish it to the chrome store. If it works well we could delete the electron application. This would allow users to get update automatically.

stilljake commented 3 years ago

I wonder if that would have any impact on reCAPTCHA scores as well? Running native js in an "real browser" might look less bot-ish, and allow for more reCAPTCHAS that don't need image clicking.

jvolker commented 3 years ago

sound good @alexDrinkwater.

json469 commented 3 years ago

Has anyone started on this work yet? I'm assuming some adjustment to the MIQ-Alert will do the trick?