# nuedc-sign **Repository Path**: hui-shao/nuedc-sign ## Basic Information - **Project Name**: nuedc-sign - **Description**: 全国大学生电子设计竞赛网签到助手 - **Primary Language**: Python - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-28 - **Last Updated**: 2022-05-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 签到助手(全国大学生电子设计竞赛网)

用于每日签到领取赫兹币 ### 使用方式 1. 安装 python 后,切换到项目目录用下列命令安装依赖。 ```bash pip install -r requirements.txt ``` 2. 将 `config.toml.example` 复制一份并重命名为 `config.toml` 3. 编辑 `config.toml` 文件,填写从网站上获取的 `cookie`。 4. `push_token` 为 [push_plus](https://www.pushplus.plus/) 的推送 token,可不填。 5. 运行一次试试看。 ```bash python main.py ``` ### 部署方式 - Crontab ``` 15 9 * * * python3 -u "/root/nuedc_sign/main.py" >> /root/nuedc_sign/log.txt 2>&1 ``` - Github Action - Etc.... 这些都可以,emm,自行解决吧。