Giter VIP home page Giter VIP logo

98tang's Introduction

98tang/98堂自动签到系统

作者搭建好的(更新时间2024年2月)

http://www.superupup.top

开发不易,给个star、fork是我维护的动力!!

Image text

功能介绍

  • 登录成功以后每日自动登录签到,随机回复一条帖子领金币,可用于购买站内资源
  • 不定期升级到LV6用户组,LV6可获邀请码(已停用此功能)
  • 修改密码或密保问题后自动失效
  • 安全可靠,首次登录成功,次日开始使用代理ip登录

注意事项

  • 请勿设置双重验证,因为双重验证每次登录码不一样,无法完成自动签到
  • 没有设置密保问题对应选项应留空

运行项目

# 克隆项目
git clone https://github.com/super-upup/98tang
# 切换到目录
cd 98tang
# 安装依赖
npm i
# 运行项目
npm run serve
# 编译
npm run build

cookies批量登录

比较复杂,耐心看完

1. 获取cookies

Example Image

2. 提交登录

Example Image

3. 提交须知

  • 仅支持10~15个不同的号同时批量登录,如果最后一批不足10个号,可使用以前提交过的cookie。
  • cookie有效期为1个月,一个月后需重新提交。
  • 次日开始使用ip代理签到,比手工签到更可靠。

API接口如下

提交每日签到任务

URL http://www.superupup.top/98t/commit
method POST
Content-Type application/x-www-form-urlencoded
data username=用户名&pwd=密码&questionid=母亲的名字填1,爷爷的名字填2(以此类推)&answer=密保答案

更改自动升级状态

url http://www.superupup.top/98t/changeUpgrade
method POST
Content-Type application/x-www-form-urlencoded
data username=用户名&pwd=密码&auto_upgrade=是否自动升级(填true或false)

查看自动签到历史

URL http://www.superupup.top/98t/checkStatus
method POST
Content-Type application/x-www-form-urlencoded
data username=用户名&pwd=密码&skip=跳过条数&limit=一次获取条数

返回10位时间戳请自行转化为可读性日期

98tang's People

Contributors

super-upup 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.