国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > Python > 正文

Python實(shí)現(xiàn)模擬登錄網(wǎng)易郵箱的方法示例

2020-02-15 22:11:48
字體:
供稿:網(wǎng)友

本文實(shí)例講述了Python實(shí)現(xiàn)模擬登錄網(wǎng)易郵箱的方法。分享給大家供大家參考,具體如下:

#coding:utf-8import urllib2,urllibimport cookielibfrom bs4 import BeautifulSoup#設(shè)置代理IPproxy_support = urllib2.ProxyHandler({'http':'120.197.234.164:80'})#設(shè)置cookiecookie_support = urllib2.HTTPCookieProcessor(cookielib.LWPCookieJar())opener = urllib2.build_opener(proxy_support,cookie_support,urllib2.HTTPHandler)urllib2.install_opener(opener)#開始的URL#hosturl = "http://www.renren.com"hosturl = "http://mail.163.com/"#接受表單數(shù)據(jù)的URL#posturl = "http://www.renren.com/ajaxLogin/login"posturl = "https://mail.163.com/entry/cgi/ntesdoor?df=mail163_letter&from=web&funcid=loginone&iframe=1&language=-1&passtype=1&product=mail163&net=e&style=-1&race=118_35_39_bj&uid=Thinkgamer@163.com"#發(fā)送表單數(shù)據(jù)postdata = urllib.urlencode(  {  "username":"xxxxxxxxxxx",  "password":"xxxxxxxxxxxxxxx"  })#設(shè)置表頭headers = {  #'User-Agent':'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0/',  #'Referer':'http://www.renren.com/'  'User-Agent':"Mozilla/5.0 (Windows NT 6.3; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0",  'Referer':'http://mail.163.com/'}#生成HTTP請(qǐng)求req =urllib2.Request(  url = posturl,  data = postdata,  headers = headers)print reqpage = urllib2.urlopen(req).read()print pagelistvalue = page.split(";")url = listvalue[0].split("op.location.href = ")[1]href = url[1:-1]print hrefsoup = BeautifulSoup(urllib2.urlopen(href))print soup.title

推薦一篇不錯(cuò)的文章:https://www.jb51.net/article/90114.htm

更多關(guān)于Python相關(guān)內(nèi)容可查看本站專題:《Python Socket編程技巧總結(jié)》、《Python數(shù)據(jù)結(jié)構(gòu)與算法教程》、《Python函數(shù)使用技巧總結(jié)》、《Python字符串操作技巧匯總》、《Python入門與進(jìn)階經(jīng)典教程》及《Python文件與目錄操作技巧匯總》

希望本文所述對(duì)大家Python程序設(shè)計(jì)有所幫助。

發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 嵊泗县| 乌兰察布市| 红河县| 龙川县| 徐水县| 永善县| 岑巩县| 江永县| 木兰县| 凤凰县| 贺兰县| 陈巴尔虎旗| 西乡县| 玛纳斯县| 济宁市| 稻城县| 小金县| 特克斯县| 克什克腾旗| 中方县| 邮箱| 岳普湖县| 佛坪县| 澄迈县| 庆安县| 罗城| 农安县| 南雄市| 东兰县| 思南县| 溆浦县| 吉安县| 茂名市| 化州市| 张家港市| 黔南| 临湘市| 额济纳旗| 长子县| 全椒县| 工布江达县|