crystalties / getting-started

A Starter Project Template for Wechaty works out-of-the-box

Home Page:https://gitpod.io/#https://github.com/wechaty/wechaty-getting-started

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

安装依赖.

  1. 安装nodejs .
wget https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.2/install.sh && chmod +x install.sh 
./install.sh 
source ~/.bashrc

nvm install v16.13.0
  1. 安装项目依赖.
npm install -g cross-env
npm install 

  1. 运行
npm run start

所有逻辑都在 examples/ding-dong-bot.ts 文件,可以自行修改。

包含关键词: 请问帮我 才会做出回应.

依赖chatgpt:

git@github.com:clearcodecn/chatgpt.git

About

A Starter Project Template for Wechaty works out-of-the-box

https://gitpod.io/#https://github.com/wechaty/wechaty-getting-started

License:Apache License 2.0


Languages

Language:JavaScript 81.1%Language:Makefile 11.4%Language:Dockerfile 7.5%