# gdgm-auto-cpdaily **Repository Path**: Qt_ink/gdgm-auto-cpdaily ## Basic Information - **Project Name**: gdgm-auto-cpdaily - **Description**: 今日校园自动化是一个基于Python的爬虫项目,主要实现今日校园签到、信息收集、查寝等循环表单的自动化任务 - **Primary Language**: Unknown - **License**: MPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 20 - **Forks**: 5 - **Created**: 2022-02-08 - **Last Updated**: 2024-06-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 欢迎使用今日校园自动化 精力有限-只适配于广东工贸职业技术学院——天河校区的今日校园信息收集。 forked by :https://github.com/CarltonHere/auto-cpdaily ## 解决验证码验签问题: ISSUES: https://gitee.com/Qt_ink/gdgm-auto-cpdaily/issues/I5SFE1 需要在移动客户端上签到过验证码一次,抓取用户的设备ID,将id填入配置文件,下次模拟签到即可绕过: ![](https://gitee.com/Qt_ink/gdgm-auto-cpdaily/raw/master/1561664729152_.pic.jpg) ![](https://gitee.com/Qt_ink/gdgm-auto-cpdaily/raw/master/1571664729173_.pic.jpg) ![](https://gitee.com/Qt_ink/gdgm-auto-cpdaily/raw/master/WeChat2273cffc1d77e24754604ae9230d531d.png) #### 🔑常规部署 - 安装Python3.6+环境 - 下载并解压项目代码包 - 修改`config.yml`文件中的相关配置内容 - 运行`pip install -r requirements.txt -t ./ -i https://mirrors.aliyun.com/pypi/simple`安装项目依赖 - 执行`Python index.py`即可运行项目