Skip to content

leetcode每日一题 结合腾讯云函数 实现定时推送

Notifications You must be signed in to change notification settings

fghwett/leetcodedaily

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leetcode每日一题

获取Leetcode每日一题,可部署在腾讯云函数上,通过企业微信API每日定时推送

重要提示:2022年6月1日之后,腾讯云对函数服务进行了收费。前三个月可以每月领取一定的免费额度,之后便需要购买了。学生可以享受一元购买一年的优惠活动。具体请以官网活动为主。

配置

cron表达式: 0 0 10,14,16 * * * *

触发器附加信息:

{
    "notify": {
        "serverChan": {
            "secretKey": ""
        }
    }
}

参考项目

wangwangit/python_sign

About

leetcode每日一题 结合腾讯云函数 实现定时推送

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages