Giter Site home page Giter Site logo

go-tubi's Introduction

Go-Tubi

Golang写的土司自动签到程序(Server酱推送,检测是否成功,没成功一小时后再执行)

说明

又是造轮子的一天.

需要修改官方的net/http这个库才行。(ps:改了一下http.postform这个方法,支持带入cookie) 下载client.go这个文件替换官方的net\http\client.go文件

config.json说明

{
  "action":"login",  //不可修改
  "Username": "",    //登录账号
  "password": "",   // 登录密码,不加密
  "questionid": 0,  //安全问题id
  "answer": "",    //安全问题答案
  "serverkey": ""  //server酱的key,不要推送的话,不填写就好了
}
//问题id
//# 0 = 没有安全提问
//# 1 = 母亲的名字
//# 2 = 爷爷的名字
//# 3 = 父亲出生的城市
//# 4 = 您其中一位老师的名字
//# 5 = 您个人计算机的型号
//# 6 = 您最喜欢的餐馆名称
//# 7 = 驾驶执照的最后四位数字


如果觉得麻烦,可以直接下载编译好的文件,修改config.json里的配置就可以了。

太菜了.

运行截图

关于作者

一个菜鸟. 个人博客

时间

2021/02/22

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.