使用python登录知乎

目的:

使用python模拟登录知乎

实现:

1.使用chrome来分析正常登录知乎时候需要post的数据,发现有:email,password,__xsrf,remember_me

2.使用request模块来发送http请求和响应

3.使用beautifulsoup模块来解析网页



你可能感兴趣的:(爬虫,登录,beautifulsoup,知乎,pyhton)