Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Latest commit

 

History

History
34 lines (18 loc) · 793 Bytes

README.md

File metadata and controls

34 lines (18 loc) · 793 Bytes

connector-wechat-bot

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!

How to use it?

  1. Clone it to your computer

    git clone https://github.com/locoda/connector-wechat-bot.git
  2. Add your tokens to api_tokens.py in the wechat-bot folder

    # -*- coding: utf-8 -*-
    
    APIAI_TOKEN = 'Your Token'
    TULING_TOKEN = 'Your Token'
  3. Run the bot!

  4. Customize your own bot using messages.py

Tutorials?

I wrote some tutorials in Chinese in markdown at 1.md and so on. You can also access those tutorials in Jianshu