A chatbot based on wxpy.
It is used for incoming freshmen in group chat, so the main program might not very useful to you, but you can still use the functions implemented in the messages.py
!
-
Clone it to your computer
git clone https://github.com/locoda/connector-wechat-bot.git
-
Add your tokens to
api_tokens.py
in the wechat-bot folder# -*- coding: utf-8 -*- APIAI_TOKEN = 'Your Token' TULING_TOKEN = 'Your Token'
-
Run the bot!
-
Customize your own bot using
messages.py
I wrote some tutorials in Chinese in markdown at 1.md
and so on. You can also access those tutorials in Jianshu