项目作者: Zirpon

项目描述 :
this is a terminal wechat, supported send and receive wechat group or friend Text msg, in the python interactive mode
高级语言: Python
项目地址: git://github.com/Zirpon/terminal-wechat.git
创建时间: 2018-08-01T04:54:16Z
项目社区:https://github.com/Zirpon/terminal-wechat

开源协议:

下载


terminal-wechat

命令行终端微信 支持发送好友,群文字消息 基于 python itchat

this is a terminal wechat, supported send and receive wechat group or friend Text msg, in the python interactive mode

based on itchat

  • Friend name approximate matching search
  • Auto Reply to friend chat, auto reply random principle
  • Auto Group Chat reply
  • Send msg Interface
  • Auto download the vedio, voice, picture even though it was retracted
  • record all the text msg even though it was retracted

usage:

  1. > python
  2. >>> import terchat
  3. >>> terchat.start()
  4. >>> terchat.send_msg("蛋挞 我要回家了", "@92c3dc453017be5ef25908102a925cd1")
  5. >>> terchat.get_friends("蛋挞")
  6. >>> terchat.end()
  7. >>> quit()

这是一个终端友好使用者的微信工具

  • 增加了好友模糊搜索功能
  • 增加了设置特定好友自动回复功能
  • 增加了设置特定群聊自动定时回复功能
  • 发送消息接口
  • 记录视频语音图片消息
  • 记录文本消息