项目 爬取豆瓣标签下所有书籍信息
Go to file
dependabot[bot] 39a51fda8f
Bump urllib3 from 1.25.3 to 1.25.8 in /DoubanSpider (#2)
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.3 to 1.25.8.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/1.25.3...1.25.8)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-17 10:48:00 +08:00
DoubanSpider Bump urllib3 from 1.25.3 to 1.25.8 in /DoubanSpider (#2) 2021-05-17 10:48:00 +08:00
.gitignore Dev 2019-09-10 12:58:12 +00:00
main.py fix a bug 2019-09-13 01:32:36 +08:00
README.md fix name 2019-09-10 21:54:53 +08:00

安装

环境需求python3.6+ / pip3

Linux

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

Window

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

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

或者

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

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

重置程序

删除DoubanBookSpider目录下的douban.db即可