Skip to content

Instantly share code, notes, and snippets.

View ImpEtums's full-sized avatar
😪
Sleepy

Qian Yang ImpEtums

😪
Sleepy
  • Hangzhou Normal University
View GitHub Profile
@ImpEtums
ImpEtums / zjqndxx.py
Created September 19, 2022 10:24 — forked from saddit/zjqndxx.py
青春浙江-青年大学习打卡脚本
import requests
import json
import re
import sys
if __name__ == "__main__":
getToken_url = 'https://qczj.h5yunban.com/qczj-qndxx/cgi-bin/login/we-chat/callback'
getUserInfo_url = 'https://qczj.h5yunban.com/qczj-qndxx/cgi-bin/user-api/course/last-info'
getClass_url = 'https://qczj.h5yunban.com/qczj-qndxx/cgi-bin/common-api/course/current'
checkin_url = 'https://qczj.h5yunban.com/qczj-qndxx/cgi-bin/user-api/course/join'