Log into Google account using Python?

后端 未结 2 1882
轻奢々
轻奢々 2020-12-10 09:20

I want to Sign into my Google account using Python but when I print the html results it doesn\'t show my username. That\'s how I know it isn\'t logged in.

How do I s

2条回答
  •  眼角桃花
    2020-12-10 10:08

    Except by using oAuth or their API, google has things like captcha and so to prevent bots from brute-forcing and guessing passwords.

    You can try and trick the user-agent but I still believe it's to vein.

提交回复
热议问题