Giter Site home page Giter Site logo

gdpu_dailyhealthclockin_app's Introduction

GDPU_DailyHealthClockIn_APP 广药每日健康打卡助手app

疫情期间,学校要求每日到学信网站填写提交健康情况,每次都要打开电脑,十分麻烦。 要是在手机上也能完成打卡就好了。于是就有了这个app(虽然性能不咋地~) 如果大家不是GDPU学生,也可以学习一下思路,为自己学校的网站也做一个打卡助手

使用的一些技术

  • 纯java开发 kotlin不会~~
  • GreenDao 一款orm框架,非常简单实现易上手
  • SmartTable 一款Android 表格的UI库
  • Jsoup - HTML解析器

思路历程

抓包分析: 这里我用的工具是WireShark
对登录请求、以及打卡post请求进行抓包分析,获取详细的参数列表
包括header、cookie等等 http请求的数据

这个的项目的流程是:

  1. 使用学号、密码登录,服务器返回sessionId,保存进cookie
  2. 获取保存cookie,用于后面的http请求。
  3. 封装打卡表单数据,设置请求header(ContentType...),设置cookie,表单数据填入request body
  4. 提交表单,校验response body,完成打卡

有了整个流程思路,就可以通过编码实现功能了!!

gdpu_dailyhealthclockin_app's People

Contributors

diangd avatar

Watchers

 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.