Programmatically logging into a site

后端 未结 3 1574
情书的邮戳
情书的邮戳 2021-01-25 08:46

It might sound silly; but can we programmatically login into a site such as Linkedin by passing our user credentials (userid and password)? I am not talking about using OAuth or

3条回答
  •  爱一瞬间的悲伤
    2021-01-25 09:12

    You can use tools like selenium to automate and generate code for programmatically login. Also a search in google sure reveals more tools aimed to do "mashups" of web sites, like BeautifulSoup recommended in first answer.

    Regards

提交回复
热议问题