Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 889 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 889 Bytes

shlianjian

这是一个查询上海小区售房租房的web网站,使用tornado + bootstrap开发

介绍

这是一个查询上海小区售房租房的web网站,后台使用tornado+sqlite3,前端使用jQuery,bootstrap sb-admin template开发. 数据是自己写的爬虫,从链家网站上爬取下来的,目前只支持静安,长宁,杨浦,浦东四个区的房源信息。

在线演示地址:https://shlianjia.herokuapp.com

使用说明

  1. git clone git@github.com:b02330224/shlianjian.git
  2. cd shlianjian

If you'd like not to use virtualenv, please skip step 3 and 4.

  1. virtualenv lianjia
  2. source lianjia/bin/activate
  3. pip install -r requirements.txt
  4. python server.py