0x64746b / stackoverflow_fanatic

Log into your stackoverflow account to cheat your `consecutive days logged in` counter.
0 stars 1 forks source link

logging in with Google account? #5

Open crypdick opened 7 years ago

crypdick commented 7 years ago

I created my stack account using my Google account. When I log in, I get a pop-up from Google asking to authorize Stack-- if I type my Google email + password directly in the Stack login page it fails (predictably, this script does, too). Is there any way to get this script to work with Google accounts?

0x64746b commented 7 years ago

Theoretically, it should be easy - this script doesn't do anything other than what your browser does and I don't foresee much JS being involved. It would require modifications, though.

In practice, you'd have to speak Google's OAuth, so that might require some significant extension/restructuring of the current code. I'm thinking maybe a new class GoogleLoginBot that extends some common base class?

I'd love to see this as a PR :) dtk