pikachuwechat
1.0.0
文件:https://pikachuwechat.readthedocs.io/zh/latest/
PikachuWeChat: Play WeChat with itchat-uos.
You can star this repository to keep track of the project if it ' s helpful for you, thank you for your support.
功能 | 介紹 | 程式碼 | 中文是什麼意思 |
---|---|---|---|
反撤回 | 點選 | 點選 | 微信消息撤回 |
分析之友 | 點選 | 點選 | 微信好友分析 |
自動回覆 | 點選 | 點選 | 微信自動回復 |
run " pip install pikachuwechat "
(1) Offline
Step1: git clone https://github.com/CharlesPikachu/pikachuwechat.git
Step2: cd pikachuwechat - > run " python setup.py install "
(2) Online
run " pip install git+https://github.com/CharlesPikachu/pikachuwechat.git@master "
import random
from pikachuwechat import pikachuwechat
wechat_helper = pikachuwechat . pikachuwechat ()
all_supports = wechat_helper . getallsupported ()
wechat_helper . execute ( random . choice ( list ( all_supports . values ())))
查爾斯皮卡丘