https://github.com/hellokenlee/doubanrenting
豆瓣小组租房的高级搜索
https://github.com/hellokenlee/doubanrenting
Last synced: 3 months ago
JSON representation
豆瓣小组租房的高级搜索
- Host: GitHub
- URL: https://github.com/hellokenlee/doubanrenting
- Owner: hellokenlee
- Created: 2018-06-07T05:01:19.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-07T05:33:30.000Z (about 8 years ago)
- Last Synced: 2026-01-01T02:36:51.277Z (6 months ago)
- Language: HTML
- Size: 352 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 豆瓣租房·改
- - -
- 名字 Neta From 《中二病也要谈恋爱 剧场版》
- 豆瓣的搜索重复率太高了,而且很多限女生的房源
- 用爬虫+过滤滤掉了无效结果
- 依赖:Python2.7 BeautifulSoup3 Urllib2 tonado
- - -

- 豆瓣上的搜索有重复主题和仅限女生

- 一个人发了无数条刷屏
- - -
#### 豆瓣租房·改
- 可以勾选是否过滤重复主题
- 可以勾选是否过滤仅限女生
- 可以根据新鲜度选择: 最近一天发布的消息; 最近三天发布的消息; 最近一周发布的消息等;

### 使用
- 安装 Python2.7 和 pip
- `pip install beautifulsoup`
- `pip install tornado`
- 在安装目录下`python DoubanServer.py`
- 浏览器访问 `http://127.0.0.1:8081` 即可
也可以直接访问( 不稳定的 ) [服务器](http://133.130.112.26:8081)。 但速度会比较慢。