An open API service indexing awesome lists of open source software.

https://github.com/chishui/sortdoubansearchresult

豆瓣书籍搜索结果排序
https://github.com/chishui/sortdoubansearchresult

Last synced: 6 months ago
JSON representation

豆瓣书籍搜索结果排序

Awesome Lists containing this project

README

          

SortDoubanSearchResult
======================
#中文说明
想找本评价很高的python书来看,在豆瓣上一搜,结果完全是无序的(对我来说,对服务端来说肯定是有顺序的),
我需要按评分来排序搜索结果,可惜豆瓣页面上没找到类似的功能,于是自己写了个脚本,自动抓取搜索结果,
然后根据评分由高到低排序,并生成一个本地html文件。

#使用说明
使用时要把douban.py里sort_search_result('毛姆')的参数改为需要搜索的书籍名称

#example