python登陆网页并处理网站s es s ion和c ookie这是一个python通过urllib直接登陆网站并处理网站的session和c ookieimport cookielib,urllib,urllib2login=‘ismellbacon123@yahoo.com’password=‘login’
#Enable cookie support for urllib2cookiejar=cookielib.CookieJar()urlOpener=urllib2.build_open er(urllib2.HTTPCookieProc es sor(c ookiejar))#Send login/password to the site and get the session cookievalues={‘login’ :login, ‘password’ :pas sword}data=urllib.ur lenc ode(values)reques t=urllib2.Reques t(http://www.imdb.c om/regis ter/login,data)url=urlOpener.open(request)#Our cookiejar automatically receives the cookiesp ag e=url.r e ad(500000)
#Make sure we are logged in by checking the presence of the cookie id.#(which is the c ookie containing the s es sion identifier.)if not ‘id’ in[cookie.name for cookie in cookiejar] :raise ValueError,Login failed with login=%s,password=%s%(login,password)print We are logged in!
#Make another request with our session cookie
#(Our urlOpener automatically uses cookies from our cookiejar)url=urlOpener.open(‘http://imdb.c om/find?s=all q=grave’)
p ag e=url.r e ad(200000)
ZJI本月新上线了香港葵湾机房站群服务器,提供4个C段238个IPv4,支持使用8折优惠码,优惠后最低每月1400元起。ZJI是原Wordpress圈知名主机商家:维翔主机,成立于2011年,2018年9月更名为ZJI,提供中国香港、台湾、日本、美国独立服务器(自营/数据中心直营)租用及VDS、虚拟主机空间、域名注册等业务,所选数据中心均为国内普遍访问速度不错的机房。葵湾二型(4C站群)CPU:I...
HostKvm发布了夏季特别促销活动,针对香港国际/韩国机房VPS主机提供7折优惠码,其他机房全场8折,优惠后2GB内存套餐月付仅5.95美元起。这是一家成立于2013年的国外主机服务商,主要提供基于KVM架构的VPS主机,可选数据中心包括日本、新加坡、韩国、美国、中国香港等多个地区机房,均为国内直连或优化线路,延迟较低,适合建站或者远程办公等。下面分享几款香港VPS和韩国VPS的配置和价格信息。...
iWebFusion(iWFHosting)在部落分享过很多次了,这是成立于2001年的老牌国外主机商H4Y旗下站点,提供的产品包括虚拟主机、VPS和独立服务器租用等等,其中VPS主机基于KVM架构,数据中心可选美国洛杉矶、北卡、本德、蒙蒂塞洛等。商家独立服务器可选5个不同机房,最低每月57美元起,而大流量10Gbps带宽服务器也仅149美元起。首先我们分享几款常规服务器配置信息,以下机器可选择5...