webserver interface test script

來源:互聯網
上載者:User

標籤:style   blog   http   color   os   檔案   for   div   cti   

 1 import urllib.request,json 2  3  4  5 country=[‘id‘,‘th‘,‘vn‘,‘in‘,‘br‘,‘me‘,‘ru‘,‘na‘,‘hk‘] 6 url_lst=[ 7 ‘.server.voga360.com/nclient/sjson/playpicture/playPicture.htm?mtypeCode=1‘, 8 ‘.server.voga360.com/nclient/sjson/playpicture/playPicture.htm?mtypeCode=2‘, 9 ‘.server.voga360.com/nclient/sjson/recommend/recommend.htm?a=recmd_app_home_1‘,10 ‘.server.voga360.com/nclient/sjson/recommend/recommend.htm?a=recmd_game_home_1‘,11 ‘.server.voga360.com/nclient/sjson/recommend/recommend.htm?a=recmd_app_releases_1‘,12 ‘.server.voga360.com/nclient/sjson/recommend/recommend.htm?a=recmd_game_releases_1‘,13 ‘.server.voga360.com/nclient/sjson/subject/subjectInfo.htm?subjectInfoId=393‘,14 ‘.server.voga360.com/nclient/sjson/subject/subject.htm?mtypeCode=1‘,15 ‘.server.voga360.com/nclient/sjson/rank/topRankList.htm?mtypeCode=2&typeCode=0‘,16 ‘.server.voga360.com/nclient/sjson/rank/topRankList.htm?mtypeCode=1&typeCode=0‘,17 ‘.server.voga360.com/nclient/sjson/rank/topNewRankList.htm?mtypeCode=1&typeCode=0‘,18 ‘.server.voga360.com/nclient/sjson/rank/topNewRankList.htm?mtypeCode=2&typeCode=0‘,19 ‘.server.voga360.com/nclient/sjson/rank/topTrendRankList.htm?mtypeCode=1&typeCode=0‘,20 ‘.server.voga360.com/nclient/sjson/rank/topTrendRankList.htm?mtypeCode=2&typeCode=0‘,21 ‘.server.voga360.com/nclient/sjson/category/categoriesDownload.htm?currentPage=1&mtypeCode=1&typeCode=21‘,22 ‘.server.voga360.com/nclient/sjson/category/categoriesDownload.htm?currentPage=1&mtypeCode=2&typeCode=0‘,23 ‘.server.voga360.com/nclient/sjson/category/categoriesRate.htm?currentPage=1&mtypeCode=1&typeCode=5‘,24 ‘.server.voga360.com/nclient/sjson/category/categoriesRate.htm?currentPage=1&mtypeCode=2&typeCode=0‘,25 ‘.server.voga360.com/nclient/sjson/category/categoriesTrend.htm&currentPage=4&mtypeCode=1&typeCode=19‘,26 ‘.server.voga360.com/nclient/sjson/category/categoriesTrend.htm&currentPage=4&mtypeCode=2&typeCode=0‘,27 ‘.server.voga360.com/nclient/sjson/category/categoriesLatest.htm?currentPage=1&mtypeCode=1&typeCode=10‘,28 ‘.server.voga360.com/nclient/sjson/category/categoriesLatest.htm?currentPage=1&mtypeCode=2&typeCode=0‘]29 30 #country=[‘gl‘,]31 urla=‘http://‘32 33 34 def cnt_md(country,url_lst):35     for urlm in country:36         for urlp in url_lst:37             print (urlm,urlp)38             urlr=urla+urlm+urlp39             print (‘Connect to %s\n‘ % urlr)40             fd=open(‘t.log‘,‘w‘)41             req = urllib.request.Request(urlr)42 43             response = urllib.request.urlopen(req)44             the_page = response.read()45             print (the_page,file=fd)46 47             fd.close()48             fd=open(‘t.log‘,‘r‘)49             lines=fd.readlines()50             s=lines[0]51             print (‘find md5 %d times\n\n\n\n‘ % s.count(‘md5‘))52 53 54 cnt_md(country,url_lst)

在抓取到的流檔案中尋找md5欄位,此指令碼還需添加返回錯誤時的處理,否則會跳出停止,to be continue...//my second day @sohu_cyou

webserver interface test script

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.