当前位置: 首页 > 工具软件 > cmd-enter > 使用案例 >

运行在命令行的微信 cmd-wechat-terminal

劳嘉实
2023-12-01

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开发

 类似资料: