# CheckinBox
**Repository Path**: hustytang/CheckinBox
## Basic Information
- **Project Name**: CheckinBox
- **Description**: some Checkin py
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-11-14
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# CheckinBox
### 自己用的一些脚本,不填数值默认不启用
- [天翼云盘每日签到一次,抽奖2次](https://github.com/mengshouer/CheckinBox/tree/master/Cloud189Checkin)
- [最终幻想14积分商城签到](https://github.com/mengshouer/CheckinBox/tree/master/FF14Checkin)
- [什么值得买网页每日签到](https://github.com/mengshouer/CheckinBox/tree/master/smzdmCheckin)
- [52pojie每日签到](https://github.com/mengshouer/CheckinBox/tree/master/Checkin52pj)
### Github Actions版本
1.点击项目右上角的Fork,Fork此项目
2.到自己Fork的项目点击Setting→Secrets→New secrets
3.填写Name,和Value,具体到各脚本中看
4.在"Actions"中的"run"下点击"Run workflow"即可手动执行签到,后续运行按照schedule,默认在每天凌晨0:30自动签到,可自行修改
### [腾讯云函数SCF](https://console.cloud.tencent.com/scf/index)的版本
1.下载requirements.zip所需库,到[层](https://console.cloud.tencent.com/scf/layer)里面新建一个层
2.到[函数服务](https://console.cloud.tencent.com/scf/list)里面新建一个函数,输入名字,运行环境选择python3.6,选择空白模板,下一步
3.修改执行方法为index.函数入口(具体到各脚本中看),修改index.py文件,把SCF版py文件内容覆盖掉里面的函数,删除config.json
4.高级设置,添加多个环境变量key内输入:1.username 2.password 3.SCKEY(选填)
value内输入:1.登录手机号 2.登录密码 3.Server酱推送SCKEY,报错提醒
5.层配置,添加层,选择刚才新建的层。最后点完成
6.进入函数→触发管理→新建触发器,按自己需求定时启动
### 一切提醒都是报错提醒,没问题不提醒