從圖中得知表單需要哪些數據
下面的兩行代碼保存cookies
session = requests.Session()
response = session.get(url, headers=headers).content
下面的代碼獲取表單所需數據
soup = BeautifulSoup(response, "lxml")
# 解析頁面獲取表單必須的數據
lt = soup.find(attrs={"type": "hidden", "name": "lt"})['value']
execution = soup.find(attrs={"type": "hidden", "name": "execution"})['value']
event_id = soup.find(attrs={"type": "hidden", "name": "_eventId"})['value']
最后還是登錄失敗
下面是完整代碼
import requests
from bs4 import BeautifulSoup
url = 'https://passport.csdn.net/account/login'
headers = {
"Host": "passport.csdn.net",
"Referer": "https://passport.csdn.net/account/login",
"User-Agent": 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89'
' Safari/537.36',
"Origin": "https://passport.csdn.net"
}
def login(username, password):
captcha_solution = None
captcha_id = None
lt = None
execution = None
event_id = None
post_data = {
"username": username,
"password": password,
"rememberMe": "true",
}
session = requests.Session()
response = session.get(url, headers=headers).content
soup = BeautifulSoup(response, "lxml")
# 解析頁面獲取表單必須的數據
lt = soup.find(attrs={"type": "hidden", "name": "lt"})['value']
execution = soup.find(attrs={"type": "hidden", "name": "execution"})['value']
event_id = soup.find(attrs={"type": "hidden", "name": "_eventId"})['value']
# print(lt)
# print(execution)
# print(event_id)
# 將獲取的數據加入表單
post_data['lt'] = lt
post_data['execution'] = execution
post_data['_eventId'] = event_id
# 所有參數準備完畢 開始登錄
html = session.post(url, data=post_data, headers=headers)
print(type(html.cookies))
for key, value in html.cookies.items():
print(key+": "+value)
print(html.text)
# if html.url == 'https://www.csdn.net/':
# print(html.text)
# else:
# print('fail')
login('15200689458', '199704105896abc')
可以通過捉包得出, 登錄url 不是https://passport.csdn.net/acc...
而是這個https://passport.csdn.net/acc...
session.post(url,data=post_data, headers=headers)
中的url 改回 https://passport.csdn.net/acc... 就可以登錄
北大青鳥APTECH成立于1999年。依托北京大學優(yōu)質雄厚的教育資源和背景,秉承“教育改變生活”的發(fā)展理念,致力于培養(yǎng)中國IT技能型緊缺人才,是大數據專業(yè)的國家
北大青鳥中博軟件學院創(chuàng)立于2003年,作為華東區(qū)著名互聯網學院和江蘇省首批服務外包人才培訓基地,中博成功培育了近30000名軟件工程師走向高薪崗位,合作企業(yè)超4
中公教育集團創(chuàng)建于1999年,經過二十年潛心發(fā)展,已由一家北大畢業(yè)生自主創(chuàng)業(yè)的信息技術與教育服務機構,發(fā)展為教育服務業(yè)的綜合性企業(yè)集團,成為集合面授教學培訓、網
達內教育集團成立于2002年,是一家由留學海歸創(chuàng)辦的高端職業(yè)教育培訓機構,是中國一站式人才培養(yǎng)平臺、一站式人才輸送平臺。2014年4月3日在美國成功上市,融資1
曾工作于聯想擔任系統開發(fā)工程師,曾在博彥科技股份有限公司擔任項目經理從事移動互聯網管理及研發(fā)工作,曾創(chuàng)辦藍懿科技有限責任公司從事總經理職務負責iOS教學及管理工作。
浪潮集團項目經理。精通Java與.NET 技術, 熟練的跨平臺面向對象開發(fā)經驗,技術功底深厚。 授課風格 授課風格清新自然、條理清晰、主次分明、重點難點突出、引人入勝。
精通HTML5和CSS3;Javascript及主流js庫,具有快速界面開發(fā)的能力,對瀏覽器兼容性、前端性能優(yōu)化等有深入理解。精通網頁制作和網頁游戲開發(fā)。
具有10 年的Java 企業(yè)應用開發(fā)經驗。曾經歷任德國Software AG 技術顧問,美國Dachieve 系統架構師,美國AngelEngineers Inc. 系統架構師。