如何优雅的摸鱼
介绍
终端微信
cmd-wechat-terminal
WeChat running on the command line, can send and receive messages, based on itchat
可运行在命令行的微信,能够发送和接收消息,基于ItChat开发
特点
-
Log in WeChat in Terminal by scan QR code
-
Show WeChat friends list
-
Show WeChat recent contacts list
-
Receive WeChat messages and show in command line
-
Send messages to WeChat friends by the specified name / num
安装说明
python3 / pip / git
# clone this repository
git clone [email protected]:oneatletico/cmd-wechat-terminal.git
# enter this repository
cd cmd-wechat-terminal
# install dependencies
pip install itchat
# run wechat.py directly
./wechat.py
使用说明
all # List all WeChat friends of this account
list # List all WeChat friends of this account
recent # List the last 5 WeChat contacts of this accound
help # Show this help guide
exit # Log out
send <message> # Send a message to the last TO (you send msg to)
reply <message> # Send a message to the last FROM (you receive msg from)
send <message> | <name> # Send a message to a friend specified by name
send <message> || <num> # Send a message to a friend specified by num
Demo
版权属于:Vergil Wu
本文链接:https://www.vergil.com.cn/52.html
转载时须注明出处及本声明
博主你这个命令提示符为什么长这样
PowerShell美化,你一搜就知道了