Thanks to visit codestin.com
Credit goes to github.com

Skip to content

zhuanqizhirou/green

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

green

说明

本仓库是微信公众号 Ms_haoqi 的源代码,扫码关注:

二维码

更多介绍可以参考博客 Python快速搭建自动回复微信公众号

使用配置

需要在根目录下添加conf.json文件,内容为:

{
	"token": "your_weixin_token",
	"appid": "your_weixin_appid",
	"secret": "your_weixin_appsecret",
	"mode": "normal",

	"mongo_db": "green",

	"max_host_count": 5,

	"auto_reply": "yes",
	"tuling_key": "1d2679920f734bc0a23734ace8aec5b1",
    "tuling_url": "http://www.tuling123.com/openapi/api"
}

其中需要修改的参数有:

  • token : 修改为微信公众号的Token(令牌)
  • appid : 修改为微信公众号的AppID(应用ID)
  • secret : 修改为微信公众号的AppSecret(应用密钥)
  • tuling_key : 修改为申请的图灵API KEY

另外需要本地安装有MongoDB

About

微信公众号源码 - 微信号Ms_haoqi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%