Git Product home page Git Product logo

moguding-check's Introduction

moguding-check

Python脚本实现蘑菇丁的自动签到
由于蘑菇丁只有app能签到
因为有个签到的数据ID无法确定是唯一的,大家还是学下怎么抓包吧

需要的工具和环境:
蘑菇丁app
抓包工具
python环境

在签到的时候进行抓包,
记录好url、head头部和post数据,和实习打卡的经纬度与街道,后面要用python实现脚本登陆

返回大概这样的东西

{
"country": "**",
"address": "**四川省XXXXXXXXXXXXXXXXXXXXX",
"province": "四川省",
"city": "XXXX市",
"latitude": "xx.xxxxxx",#经度
"description": "",
"planId": "fe83297618b2d4cdee4fb7e296fb5de3",#planID
"type": "END",
"device": "Android",
"longitude": "xxx.xxxxxx"#纬度
}

填入py代码 部署云函数 或者win10计划任务 或者服务器定时run py 搞定

moguding-check's People

Contributors

adsryen 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.