熊咪

2015年5月16日

爬虫学习---美丽汤

摘要: #coding:utf-8#version: 0.1#note:实现了查找0daydown最新发布的10页资源。import urllib.requestfrom bs4 import BeautifulSoupfor i in range(1,11): url = "http://www.0day... 阅读全文

posted @ 2015-05-16 13:21 熊咪 阅读(169) 评论(0) 推荐(0) 编辑
爬虫学习--使用百度api---天气

摘要: #coding:utf-8#version:0.1#note:该即用API能查询指定城市的空气质量指数,但城市数量有限,截止2015年3月26日,只能查到全国161个城市的。import urllib.requestimport jsonimport collectionsimport urllib... 阅读全文

posted @ 2015-05-16 13:02 熊咪 阅读(267) 评论(0) 推荐(0) 编辑