项目 爬取豆瓣标签下所有书籍信息
Go to file
2019-09-06 19:46:25 +08:00
.idea Dev 2019-09-06 10:31:51 +00:00
DoubanSpider fix bugs 2019-09-06 19:31:02 +08:00
.gitignore Dev 2019-09-06 10:31:51 +00:00
douban.db Dev 2019-09-06 10:31:51 +00:00
README.md README 2019-09-06 19:46:25 +08:00
Spider.py fix bugs 2019-09-06 19:31:02 +08:00

安装

##环境需求python3.6+ / pip3 ###Linux

git clone https://github.com/nyaasuki/DoubanBookSpider.git
cd ./DoubanBookSpider
python3 Spider.py

###Window 配置好环境后 下载并解压https://github.com/nyaasuki/DoubanBookSpider/archive/master.zip 使用cmd命令运行

python path\DoubanBookSpider\Spider.py  #path为文件存放路径

或者

在CMD命令行中输入 “python” + “空格”,即 ”python “;

将已经写好的脚本文件拖拽到当前光标位置,然后敲回车运行即可

#重置程序 删除DoubanBookSpider目录下的Spider.db即可