Giter Club home page Giter Club logo

nuaamoneygone's Introduction

NuaaMoneyGone

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

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做前端对数据进行可视化优化

nuaamoneygone's People

Watchers

Seiry Yu avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.