Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 536 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 536 Bytes

北京实时公交

该项目是北京实时公交查询接口的Python绑定,接口逆向自其安卓客户端

Quick Start

  • pip install -r requirements.txt 安装依赖
  • python manage.py build_cache 获取离线数据,建立本地缓存

项目自带了一个终端中的查询工具作为例子,运行: python manage.py query

Roadmap

  • 实现 beijing_bus 模块,提供需要的Python接口
  • 终端中的查询工具
  • webapp
  • 微信公众号