日日操夜夜添-日日操影院-日日草夜夜操-日日干干-精品一区二区三区波多野结衣-精品一区二区三区高清免费不卡

公告:魔扣目錄網(wǎng)為廣大站長(zhǎng)提供免費(fèi)收錄網(wǎng)站服務(wù),提交前請(qǐng)做好本站友鏈:【 網(wǎng)站目錄:http://www.ylptlb.cn 】, 免友鏈快審服務(wù)(50元/站),

點(diǎn)擊這里在線咨詢客服
新站提交
  • 網(wǎng)站:51998
  • 待審:31
  • 小程序:12
  • 文章:1030137
  • 會(huì)員:747

Python有很多有趣的庫(kù),其中wxpy是連接微信的接口,

具體可以查看官方文檔:http://wxpy.readthedocs.io/zh/latest/index.html。

可以實(shí)現(xiàn)自動(dòng)操作,wxpy 支持 Python 3.4-3.6,以及 2.7 版本。

python實(shí)現(xiàn)給微信指定好友定時(shí)發(fā)消息

 

 

一、安裝

win10環(huán)境,直接在cmd中,輸入

pip install wxpy

有時(shí)網(wǎng)絡(luò)不穩(wěn)定,可能出現(xiàn)錯(cuò)誤,重新執(zhí)行操作嘗試一下。

二、簡(jiǎn)單介紹

# 導(dǎo)入模塊

from wxpy import *

# 初始化機(jī)器人,掃碼登陸

bot = Bot()

# 搜索名稱(chēng)含有 "游否" 的男性深圳好友

my_friend = bot.friends().search('游否', sex=MALE, city="深圳")[0]

三、詳細(xì)代碼

打開(kāi)cmd,執(zhí)行jupyter notebook,打開(kāi)ipython環(huán)境,在打開(kāi)的瀏覽器頁(yè)面中,新建一個(gè)python3的ipynb文件。

from __future__ import unicode_literals

from threading import Timer

from wxpy import *

import requests

 

bot = None

def get_news():

#獲取一個(gè)連接中的內(nèi)容

url = "http://open.iciba.com/dsapi/"

r = requests.get(url)

print(r.json())

contents = r.json()['content']

translation = r.json()['translation']

return contents,translation

def login_wechat():

global bot

bot = Bot()

# bot = Bot(console_qr=2,cache_path="botoo.pkl")#linux環(huán)境上使用

def send_news():

if bot == None:

login_wechat()

try:

my_friend = bot.friends().search(u'xxx')[0] #xxx表示微信昵稱(chēng)

my_friend.send(get_news()[0])

my_friend.send(get_news()[1][5:])

my_friend.send(u"咦?我是自動(dòng)人??!")

t = Timer(360, send_news) #360是秒數(shù)

t.start()

except:

print(u"失?。?!")

if __name__ == "__main__":

send_news()

print(get_news()[0])

然后按ctrl+enter鍵執(zhí)行。

python實(shí)現(xiàn)給微信指定好友定時(shí)發(fā)消息

 

分享到:
標(biāo)簽:python
用戶無(wú)頭像

網(wǎng)友整理

注冊(cè)時(shí)間:

網(wǎng)站:5 個(gè)   小程序:0 個(gè)  文章:12 篇

  • 51998

    網(wǎng)站

  • 12

    小程序

  • 1030137

    文章

  • 747

    會(huì)員

趕快注冊(cè)賬號(hào),推廣您的網(wǎng)站吧!
最新入駐小程序

數(shù)獨(dú)大挑戰(zhàn)2018-06-03

數(shù)獨(dú)一種數(shù)學(xué)游戲,玩家需要根據(jù)9

答題星2018-06-03

您可以通過(guò)答題星輕松地創(chuàng)建試卷

全階人生考試2018-06-03

各種考試題,題庫(kù),初中,高中,大學(xué)四六

運(yùn)動(dòng)步數(shù)有氧達(dá)人2018-06-03

記錄運(yùn)動(dòng)步數(shù),積累氧氣值。還可偷

每日養(yǎng)生app2018-06-03

每日養(yǎng)生,天天健康

體育訓(xùn)練成績(jī)?cè)u(píng)定2018-06-03

通用課目體育訓(xùn)練成績(jī)?cè)u(píng)定