GitHub开源地址:https://github.com/oneatletico/cmd-wechat-terminal
希望能获得大家的Star,谢谢
基于Python - ItChat开发,多线程控制发送和接收消息
通过扫描二维码登陆微信
查看微信好友列表
查看微信近期联系人列表
接收微信消息并显示于命令行
发送微信消息给好友并显示于命令行
# clone this repository
git clone git@github.com:oneatletico/cmd-wechat-terminal.git
# enter this repository
cd cmd-wechat-terminal
# install dependencies
pip install itchat
# run wechat.py directly
./wechat.py
Login successfully as Lucas Zhang
Loading wechat friends list
[13:55:17] Leo -> : Hi
> recent
1. Leo
> send Hello || 1
[13:55:43] -> Leo : Hello
后期计划提供类似命令行的GUI界面,无需打开系统终端再运行程序。
基于Tkinter开发