赞
踩
因为要搞归寝信息,我就搞了一个代码,有问题的话可以评论
目前只有17年以前的微信可用
1.安装python
到https://www.python.org/downloads/windows/选择自己想要的版本下载下来最好3.0版本以上,已下载的忽略
2.安装itchat模块
windows+R输入cmd打开后输入
pip install itchat
3.安装schedule模块
pip install schedule
# coding=utf-8
import schedule
import time
import itchat
from itchat.content import *
itchat.auto_login(hotReload=True)#登陆使用,hotReload=True为缓存,不需要每次登陆都扫码
def job():
a = time.strftime('%Y.%m.%d',
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。