cao-weiwei / 12306query-tickets

terminal train-tickets query tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

terminal train-tickets query tool on 12306.cn Readme

demo

image

Key Features

  • Fetch queries from www.12306.cn vai official APIs / 通过12306车票查询接口制作命令行火车票查询工具

  • This a small cralwer script for search train schedule infromation using requests library in Python, the hardest part is how to analyse train code and train route information from javascript files. / 本项目最核心知识点在于requests库的使用,难点在于如何分析js文件寻找车站和英文关系对应以及列车车次信息获取后如何解析。

  • Meanwhile, this is also a chance to improve my Python skills, like using yield to generating iterator and how to use @property decorators and others. / 其他的知识点还有yield使用,@property装饰器,dicopt命令行界面以及prettytable表格输出colorama表格上色。

Instructions

For more detials please check here / 更多详情请查看这里

About

terminal train-tickets query tool


Languages

Language:Python 100.0%