资源简介
利用python编写了一个爬虫代码,爬取雅虎财经股票交易数据,可以更改URL,爬取其他网站数据
代码片段和文件信息
# -*- coding:utf-8 -*-
‘‘‘
@author: xiaoming
@contact: lishihui0129@163.com
@time: 2018/5/24 16:49
@desc:
‘‘‘
import sys
import random
import time
from selenium import webdriver
reload(sys)
sys.setdefaultencoding(‘utf-8‘)
def downloadData(urldriver):
driver.get(url)
driver.find_element_by_xpath(“/html/body/div[1]/div/div/div[1]/div/div[3]/div[1]/div/div[2]/div/div/section/div[1]/div[2]/span[2]/a/span“).click()
if __name__==‘__main__‘:
url=“https://finance.yahoo.com/quote/%s/history?period1=1369324800&period2=1527091200&interval=1d&
相关资源
- python网络爬虫获取景点信息源码
- Python爬虫相关书籍.zip
- 疫情数据爬虫并绘制柱状图.py
- python新浪微博爬虫,爬取微博和用户
- Python数据爬虫及可视化分析
- 一套最新价值1680元的python爬虫实战全
- 11-Python爬虫工程师-App抓取进阶
- 法律判决文书python爬虫、以及数据处
- Python网络爬虫实战.epub
- Python爬虫、Flask框架与ECharts实现数据
- Python爬虫入门到实战 (二花) PDF版
- python网络爬虫爬取整个网页
- 学习python爬虫看一篇就足够了之爬取
- 基于Python的网络爬虫系统的设计与实
- 基于Python的分布式网络爬虫系统的设
- 基于Python网络爬虫毕业论文.doc
- 基于Python智联招聘牌爬虫+本科毕业论
- Python爬虫开源项目代码
- 《Python爬虫-开发与项目实战》源码
- 用Python写网络爬虫.pdf 高清带书签
- Python3网络爬虫数据采集
- 用python写网络爬虫 PDF版
- Python爬虫爬取智联招聘
- 用Python写网络爬虫.pdf 高清版
- 用Python写网络爬虫PDF-理查德 劳森Ri
- 用Python写网络爬虫.pdf
- Python爬虫入门:如何爬取招聘网站并
- 基于selenium模拟天眼查登录并爬取企业
- python爬虫爬取杭州市幼儿园信息
- python程序设计基于网络爬虫的电影评
评论
共有 条评论