-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Screenshots
LittleCoder edited this page Mar 17, 2016
·
3 revisions
##微信投票
投票的选项可以通过更改plugin/config/vote.json
修改,但记得修改过以后使用python PluginTest.py
测试是否能顺利启动哦!
##自定义回复
文件也是自定义回复的一种哦!
回复的规则可以通过更改plugin/config/autoreply.db
修改,但记得修改或以后使用python PluginTest.py
看看新规则是否能正常回复哦!
##登录界面
和登陆网页端微信一样,扫码即可登录。
##命令行微信
命令行微信的输入操作经过特殊的处理,显示输出的同时不会影响正在进行的输入,而且三平台支持。
通过修改ItChat.py
中第七行的True为False,可以登入命令行微信。
##其他
其他功能建议自己下载或者加测试号好友自己尝试啦!
You can view the whole project on my ItChat@Github.
If you have any idea about this project, feel free to contact me through i7meavnktqegm1b@qq.com.
For continues update, you may want to click the Star⭐ on top right corner.