Python IDchat 微信接口发消息1

本文详细介绍了如何使用Python的IDchat库来发送微信消息,包括两个具体示例程序,帮助读者掌握微信接口的使用技巧。
摘要由CSDN通过智能技术生成

Python IDchat 微信接口发消息

1号程序


import itchat
import datetime
import time
import requests


itchat.auto_login(hotReload = True)
users1 = itchat.search_friends(name=u'某人') #查找好友名字
users2 = itchat.search_chatrooms(name=u'某群') #查找好友名字
userName1 = users1[0]['UserName'] #获取名字
userName2 = users2[0]['UserName'] #获取名字

def get_news():
   url = "http://www.weather.com.cn/data/cityinfo/101200101.html" #天气信息来源 101200401孝感
   r = requests.get(url)  #get函数
   r.encoding = 'utf-8' #转码utf-8
   #total = r.json()
   #print(total)


   city = r.json()['weatherinfo']['city']
    # humidity = r.json()['data']['shidu']
    # pm25 = r.json()['data']['pm25']
    # airQuality = r.json()['data']['quality']
    # temperature = r.json()['data']['wen
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值