├── 1.9002_station_names.dat ├── 12306.py ├── README.md ├── _station_names.dat ├── getAllIP.py ├── ip.dat ├── price.py ├── price.pyc ├── querier.py ├── querier.pyc ├── stations.py ├── stations.pyc ├── timeman.py ├── timeman.pyc ├── tools.py └── tools.pyc /1.9002_station_names.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WangYihang/12306/HEAD/1.9002_station_names.dat -------------------------------------------------------------------------------- /12306.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WangYihang/12306/HEAD/12306.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WangYihang/12306/HEAD/README.md -------------------------------------------------------------------------------- /_station_names.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WangYihang/12306/HEAD/_station_names.dat -------------------------------------------------------------------------------- /getAllIP.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WangYihang/12306/HEAD/getAllIP.py -------------------------------------------------------------------------------- /ip.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WangYihang/12306/HEAD/ip.dat -------------------------------------------------------------------------------- /price.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WangYihang/12306/HEAD/price.py -------------------------------------------------------------------------------- /price.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WangYihang/12306/HEAD/price.pyc -------------------------------------------------------------------------------- /querier.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WangYihang/12306/HEAD/querier.py -------------------------------------------------------------------------------- /querier.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WangYihang/12306/HEAD/querier.pyc -------------------------------------------------------------------------------- /stations.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WangYihang/12306/HEAD/stations.py -------------------------------------------------------------------------------- /stations.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WangYihang/12306/HEAD/stations.pyc -------------------------------------------------------------------------------- /timeman.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WangYihang/12306/HEAD/timeman.py -------------------------------------------------------------------------------- /timeman.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WangYihang/12306/HEAD/timeman.pyc -------------------------------------------------------------------------------- /tools.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WangYihang/12306/HEAD/tools.py -------------------------------------------------------------------------------- /tools.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WangYihang/12306/HEAD/tools.pyc --------------------------------------------------------------------------------