stefanjenkner / payback-activate

CURRENTLY BROKEN - Activating Payback coupons in an automated way
MIT License
22 stars 3 forks source link

New login form breaks automation #28

Open stefanjenkner opened 1 year ago

stefanjenkner commented 1 year ago

Context

A new login form has been introduced

Issue

The former input fields for username and password no longer exist and the new login form breaks the automation.

lExplLicit commented 1 year ago

The new login is protected by reCaptcha, it is questionable whether a workaround is possible.

comanbo commented 1 year ago

Can the login part be removed from the script? One can log in manually, pass the reCaptcha and then run the code to click on all the coupons?