https://github.com/chatrbot/chatbot-node
ChatBot NodeJS DEMO
https://github.com/chatrbot/chatbot-node
Last synced: 9 months ago
JSON representation
ChatBot NodeJS DEMO
- Host: GitHub
- URL: https://github.com/chatrbot/chatbot-node
- Owner: chatrbot
- License: mit
- Created: 2020-11-17T12:44:09.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-01T10:01:56.000Z (over 5 years ago)
- Last Synced: 2025-07-27T10:43:56.707Z (11 months ago)
- Language: TypeScript
- Size: 82 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Chatbot 的 Node 版本 DEMO
### 接入流程和如何获取 token
点击[这里](https://github.com/chatrbot/chatbot)查看
### 运行示例
1. 下载代码
`git clone https://github.com/chatrbot/chatbot-node`
2. 安装相关依赖库
`npm i` 或者 `yarn install`
3. [获取token](https://github.com/chatrbot/chatbot#faq)
4. 可编译后用node运行js,也可以直接用命令,记得替换成自己的token
`npx ts-node src/app.ts -t {yourt_token}`