【python基礎】——python爬取微信內容

1、爬取微信好友信息,返回性別比例和所在地排行python   # -*- coding: utf-8 -*- #導入模塊 from wxpy import * #初始化微信機器人,以緩存模式登陸 robot = Bot(cache_path=True) #獲取好友、羣、公衆號信息 robot.chats() #獲取好友的統計信息 Friends = robot.friends() pri
相關文章
相關標籤/搜索