Skip to content

纯python编写的微信公众号每日给女朋友发送天气功能

Notifications You must be signed in to change notification settings

Chanpoe/wechat-morning-weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wechat-morning-weather

纯python编写的微信公众号每日给女朋友发送天气功能

步骤:

1.需要有python基础

2.注册微信公众号平台 https://mp.weixin.qq.com/debug/cgi-bin/sandboxinfo?action=showinfo&t=sandbox/index 进入测试(个人开发者无法发送模版消息,只能借助测试号)

3.需要下面的内容(修改方法在下面会介绍):

image image image

测试模板内容:(自己修改内容,参数使用{{}}的方式,自己可以仿照WeChat.py中body字典里的data格式进行增减修改)

世界上最无敌可爱的宝早上好~
今天是{{date.DATA}}  {{week.DATA}} 
每天都是超级爱宝宝的一天~ 
当前{{province.DATA}}{{city.DATA}} 的天气是{{weather.DATA}}
平均温度{{temperature.DATA}}
空气湿度{{humidity.DATA}}
有{{winddirection.DATA}}风{{windpower.DATA}}级
今天也要好好欣赏自己的美哦~ 
今天是我们在一起的第{{togetherDays.DATA}}天
这{{togetherDays.DATA}}天里每一天都超级爱你哦~
距离宝的生日还有{{birthDays.DATA}}天
已经在给宝准备礼物啦~ 
Love You Forever~ 
{{hua.DATA}}

需要修改的地方:

最主要的修改位置是下面四个

修改1 修改3 image

其他的地方按需修改(注释和英文单词应该好理解)

Ps:

1.如果需要修改文字颜色可以参照 https://www.chanpoe.top/rgb.html 复制RGB对应的十六进制码替换color的值即可
2.定时功能的话搜索crontab每日定时任务学习即可

About

纯python编写的微信公众号每日给女朋友发送天气功能

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages