Skip to content

Instantly share code, notes, and snippets.

View huntagain2008's full-sized avatar

huntagain2008

View GitHub Profile
@huntagain2008
huntagain2008 / wechat_bot.vbs
Last active January 21, 2022 11:39
Windows微信桌面端定时发送消息vbs脚本
WeekStr = "2,3,4,5,6"'Monday, Tuesday, Wednesday, Thursday, Friday
someTime = #9:19:01 AM#
NameStr = "WeChat Friend Name or WeChat Group Name"
TextStr = "36.1"
Function Istime(I_dayofweek,Times)'Scheduled Execution
userHour=Hour(Times)
userMinute=Minute(Times)
userSecond=Second(Times)