Skip to content

通过南航校园卡消费充值查询接口生成个人账单记录与数据分析

License

Notifications You must be signed in to change notification settings

NUAA-Open-Source/NuaaMoneyGone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NuaaMoneyGone

通过南航校园卡消费充值查询接口生成个人账单记录与数据分析

【疑似官方停止了本接口,本项目暂时停止,2018年4月29日】

Step1:完善核心SDK-查询指定时间段内校园卡的消费情况与充值情况

使用方法:

  1. Clone代码,或者直接拷贝(反正代码很短)
  2. 在原来的程序的main函数上修改,或者 import client.py这个文件,这取决于你的使用方式。

提醒:日期格式为 年份-月份-日期 例如:2018-04-03 且查询的间隔需要大于等于一个月 需要安装 requests库

    test = client(username='你的学号', password='身份证后六位')
    print(test.search(begin_data='起始日期', end_data='终止日期'))

返回结果包含消费记录和充值距离 形式为JSON数组

Step 2:清洗数据,挖掘有效信息

Step 3:搭建Web服务,用Echart做前端对数据进行可视化优化

About

通过南航校园卡消费充值查询接口生成个人账单记录与数据分析

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages