06 WeChatBot微信ロボット(itchatを利用した代替品)

2569 ワード

itchatが失効したため、本人はitchatのドキュメントに基づいて、自分でロボットを作成し、webchatコンピュータクライアントを利用して実現した.ダウンロードアドレス

ソーステスト

import msgDB

msgDB.initDB() #      

while True:
    res = msgDB.listen_wxMsg() #  
    if res ==  False:
        continue
    print(res[-1])
    if 'k' in res[3]:
        msgDB.send_wxMsg(res[0], 'response') #  
        #  
        msgDB.send_wxPicture(res[0], r'C:\Users\xue\Desktop\ \13228499737707903.jpeg')
        msgDB.delMsg()

改善


1、分詞器を利用してロボットを作り、このロボットはいくつかの機能を備え、自分で開発することができる.
2、サーバーに入れて稼働!これでずっと使えますか?