Develop chatbot with zero configuration using typescript
- node >=16.20.0
pnpm installgit clone https://github.com/jellydn/chatbot-starter-app.gitCreate .env from .env.example then run below command
pnpm devpnpm test- Get telegram token
- Paste token to
.envTELEGRAM_TOKEN=YOUR_TOKEN - Uncomment
// import './render/telegram';insidesrc/index.ts - Run
npm run devand check your bot
- Get discord token
- Paste token to
.envDISCORD_TOKEN=YOUR_TOKEN - Uncomment
// import './render/discord';insidesrc/index.ts - Run
npm run devand check your bot
- Create slack app
- Paste token to
.envSLACK_TOKEN=YOUR_TOKEN - Paste signing secret to
.envSLACK_SIGNING_SECRET=YOUR_SIGNING_SECRET - Run
npm run start-tunneland connect the public url with slack webhook. - Uncomment
// import './render/slack';insidesrc/index.ts - Run
npm run devand check your bot
- Create facebook app
- Paste credentials to
.env - Run
npm run start-tunneland connect the public url with facebook webhook. - Uncomment
// import './render/facebook';insidesrc/index.ts - Run
npm run devand check your bot
👤 Dung Huynh
- Website: https://productsway.com/
- Twitter: @jellydn
- Github: @jellydn
Give a ⭐️ if this project helped you!
![#Build with IT Man - ChatBot & AI - Part 1 [Vietnamese]](https://i.ytimg.com/vi/q1ngSbMqXUE/hqdefault.jpg)