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

locoda/connector-wechat-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A chatbot in wxpy for wechat group chats.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages