- 面向豆瓣图书标签的爬虫
- 仅作为暑期项目的基本数据资料使用
{
"1": {
"book_name": "韦伯传",
"book_img": "https://img9.doubanio.com/view/subject/s/public/s34546055.jpg",
"author_name": "[德]迪尔克·克斯勒",
"press": "广西师范大学出版社",
"press_year": " 2023-7",
"pages": " 1032",
"price": " 198",
"ISBN": " 9787559857453",
"score": " 9.3 ",
"number_reviewers": "122",
"introduction": "1920年6月14日,在彼时革命风起云涌的慕尼黑,一场薄暮时分的雷雨降下,最后一波“西班牙流感”收割了马克斯·韦伯的生命。在临终谵妄之际,他用一副高深莫测的语气说道:“真实就是真理。”",
"category": "文化",
"tag": "传记"
}
}
- fork 本项目到本地
git clone 你fork的仓库
- 修改
/searchBook.py
中的category_require
,tag_require` - 运行
/searchBook.py
git add, git commit
- 发起pull request