Skip to content

rhming/UnicomDailyTask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

08bb6c7 · Mar 2, 2022

History

50 Commits
Sep 12, 2021
Mar 2, 2022
Sep 12, 2021
Sep 12, 2021
Sep 12, 2021
Sep 12, 2021
Sep 12, 2021
Sep 12, 2021
Feb 15, 2022
Sep 12, 2021
Oct 5, 2021
Feb 15, 2022
Sep 12, 2021

Repository files navigation

UnicomDailyTask

联通日常任务 腾讯云函数定时执行(若需要积分任务,使用华为云函数工作流,阿里、腾讯云函数ip在联通积分获取接口上被限制)

  • 需搭建数据存储服务接口 pythonanywhere仓库
  • 沃阅读活动
  • 沃学习活动
  • 沃邮箱活动
  • 联通日常任务
  • 联通签到页积分任务
  • 联通积分翻倍任务

部分配置文件说明

|-- index.py  # 联通账号配置 微信沃邮箱账号配置
`-- utils
    |-- address.json  # 沃阅读自动领取奖品配置(配置收货地址)
    |-- appId.json  # 联通appId配置
    |-- config.py  # 数据存储服务接口配置 消息推送配置 常用设备ID配置(不能同时多台设备登录)
  • config.py文件

data_storage_server_url pythonanywhere搭建的接口(替换成自己搭建的域名)


image


image


username password pythonanywhere Web中开启的安全保护授权用户密码(没开启可以留空)


image

云函数基本使用

image

image

  • 选择依赖包代码(已经上传创建的依赖包)

image

云函数配置

  • 触发配置

腾讯云函数

image


华为云函数

image

  • 环境配置

腾讯云函数

image


华为云函数

image