Skip to content

WEIZIBIN/MyItChatDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MyItChat - A ItChat Usage Demo

MyItChatDeomo ItChat Python license

这是一个ItChat个人使用例子,这里使用ItChat作为微信客户端组件,可以开发出许多有趣且实用的功能,接下面会详细说明。

欢迎star、fork、use、Issue!

依赖

  • Python3
  • ItChat(v1.3.7)

快速开始

  • 使用命令安装ItChat
pip install itchat
  • 运行Demo中的startup.py

ItChat

ItChat是一个开源的微信个人号接口,可以帮助我们拓展个人微信号。

关于ItChat,你可以阅读其文档或者访问ItChat on GitHub

ChatRobot_Demo(机器人接口接入)

  • ChatRobot_Demo/config.py

    • 替换自己的图灵机器人
    tuling_apiUrl = 'tuling_api'
    tuling_key = 'your_tuling_key'
    robot_tuling = True
    • 替换自己的微软小冰机器人
    weibo_username = 'weibo_username'
    weibo_password = 'weibo_password'
    robot_xiaoice = True
    • 自定义回复的微信昵称(只回复昵称为数组中的消息)
    friend_wechat_remarknames = ['孙俪','邓超','范冰冰']
    • 自定义是否回复自己账号的消息(方便测试)
    reply_msg_from_myself = True

已实现功能

  • 接入图灵机器人
  • 智能识别微信昵称回复
  • 接入微软小冰机器人

待实现功能

  • 优化微软小冰机器人的稳定性
  • 智能监测好友是否删除自己

持续更新开启更多功能

版本更新

  • v1.1.0

    • 接入微软小冰机器人
  • v1.0.0

    • 接入图灵机器人
    • 智能识别微信昵称回复

About

My personal Demo with ItChat.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages