https://github.com/chishui/sortdoubansearchresult
豆瓣书籍搜索结果排序
https://github.com/chishui/sortdoubansearchresult
Last synced: 6 months ago
JSON representation
豆瓣书籍搜索结果排序
- Host: GitHub
- URL: https://github.com/chishui/sortdoubansearchresult
- Owner: chishui
- Created: 2014-08-14T06:59:41.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-15T02:59:06.000Z (about 11 years ago)
- Last Synced: 2025-03-26T06:51:09.370Z (7 months ago)
- Language: Python
- Homepage:
- Size: 172 KB
- Stars: 7
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SortDoubanSearchResult
======================
#中文说明
想找本评价很高的python书来看,在豆瓣上一搜,结果完全是无序的(对我来说,对服务端来说肯定是有顺序的),
我需要按评分来排序搜索结果,可惜豆瓣页面上没找到类似的功能,于是自己写了个脚本,自动抓取搜索结果,
然后根据评分由高到低排序,并生成一个本地html文件。#使用说明
使用时要把douban.py里sort_search_result('毛姆')的参数改为需要搜索的书籍名称#example