爬虫
ReadAir
善思者智
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
使用Python2.7登录江苏大学信息门户并爬取成绩
这是一次Python课的作业,老师讲的不多,自己琢磨的很辛苦,希望大家可以少走弯路,本代码使用python2.7运行通过,截止2018.5.13可以正常运行。同时感谢HYD同学在验证码方面的帮助!以下为代码:# coding:utf-8__author__ = 'Read Air'import urllib2,cookielibimport urllibimport cS...原创 2018-05-13 21:29:36 · 4149 阅读 · 1 评论 -
python2.7实现从JIRA爬CAMEL项目中所有BUG并保存到CSV文件
依旧是老师的作业,开源精神指引着我……以下是Python2.7代码,2018.5.22运行通过# coding=utf-8author__ = 'Read Air'import cookielibimport urllib2import reimport csvdef saveHtml(file_name, file_content): # 注意windows文件命名...原创 2018-05-22 21:42:16 · 1115 阅读 · 0 评论
分享