@builderbot/cli 1.0.17-alpha.0 → 1.0.18-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/starters/apps/base-js-baileys-json/Dockerfile +3 -0
- package/dist/starters/apps/base-js-baileys-json/README.md +16 -9
- package/dist/starters/apps/base-js-baileys-memory/Dockerfile +3 -0
- package/dist/starters/apps/base-js-baileys-memory/README.md +16 -9
- package/dist/starters/apps/base-js-baileys-mongo/Dockerfile +3 -0
- package/dist/starters/apps/base-js-baileys-mongo/README.md +16 -9
- package/dist/starters/apps/base-js-baileys-mysql/Dockerfile +3 -0
- package/dist/starters/apps/base-js-baileys-mysql/README.md +16 -9
- package/dist/starters/apps/base-js-baileys-postgres/Dockerfile +3 -0
- package/dist/starters/apps/base-js-baileys-postgres/README.md +16 -9
- package/dist/starters/apps/base-js-meta-json/Dockerfile +3 -0
- package/dist/starters/apps/base-js-meta-json/README.md +16 -9
- package/dist/starters/apps/base-js-meta-memory/Dockerfile +3 -0
- package/dist/starters/apps/base-js-meta-memory/README.md +16 -9
- package/dist/starters/apps/base-js-meta-mongo/Dockerfile +3 -0
- package/dist/starters/apps/base-js-meta-mongo/README.md +16 -9
- package/dist/starters/apps/base-js-meta-mysql/Dockerfile +3 -0
- package/dist/starters/apps/base-js-meta-mysql/README.md +16 -9
- package/dist/starters/apps/base-js-meta-postgres/Dockerfile +3 -0
- package/dist/starters/apps/base-js-meta-postgres/README.md +16 -9
- package/dist/starters/apps/base-js-twilio-json/Dockerfile +3 -0
- package/dist/starters/apps/base-js-twilio-json/README.md +16 -9
- package/dist/starters/apps/base-js-twilio-memory/Dockerfile +3 -0
- package/dist/starters/apps/base-js-twilio-memory/README.md +16 -9
- package/dist/starters/apps/base-js-twilio-mongo/Dockerfile +3 -0
- package/dist/starters/apps/base-js-twilio-mongo/README.md +16 -9
- package/dist/starters/apps/base-js-twilio-mysql/Dockerfile +3 -0
- package/dist/starters/apps/base-js-twilio-mysql/README.md +16 -9
- package/dist/starters/apps/base-js-twilio-postgres/Dockerfile +3 -0
- package/dist/starters/apps/base-js-twilio-postgres/README.md +16 -9
- package/dist/starters/apps/base-js-venom-json/Dockerfile +3 -0
- package/dist/starters/apps/base-js-venom-json/README.md +16 -9
- package/dist/starters/apps/base-js-venom-memory/Dockerfile +3 -0
- package/dist/starters/apps/base-js-venom-memory/README.md +16 -9
- package/dist/starters/apps/base-js-venom-mongo/Dockerfile +3 -0
- package/dist/starters/apps/base-js-venom-mongo/README.md +16 -9
- package/dist/starters/apps/base-js-venom-mysql/Dockerfile +3 -0
- package/dist/starters/apps/base-js-venom-mysql/README.md +16 -9
- package/dist/starters/apps/base-js-venom-postgres/Dockerfile +3 -0
- package/dist/starters/apps/base-js-venom-postgres/README.md +16 -9
- package/dist/starters/apps/base-js-wppconnect-json/Dockerfile +3 -0
- package/dist/starters/apps/base-js-wppconnect-json/README.md +16 -9
- package/dist/starters/apps/base-js-wppconnect-memory/Dockerfile +3 -0
- package/dist/starters/apps/base-js-wppconnect-memory/README.md +16 -9
- package/dist/starters/apps/base-js-wppconnect-mongo/Dockerfile +3 -0
- package/dist/starters/apps/base-js-wppconnect-mongo/README.md +16 -9
- package/dist/starters/apps/base-js-wppconnect-mysql/Dockerfile +3 -0
- package/dist/starters/apps/base-js-wppconnect-mysql/README.md +16 -9
- package/dist/starters/apps/base-js-wppconnect-postgres/Dockerfile +3 -0
- package/dist/starters/apps/base-js-wppconnect-postgres/README.md +16 -9
- package/dist/starters/apps/base-ts-baileys-json/Dockerfile +4 -2
- package/dist/starters/apps/base-ts-baileys-json/README.md +16 -9
- package/dist/starters/apps/base-ts-baileys-memory/Dockerfile +4 -2
- package/dist/starters/apps/base-ts-baileys-memory/README.md +16 -9
- package/dist/starters/apps/base-ts-baileys-mongo/Dockerfile +4 -2
- package/dist/starters/apps/base-ts-baileys-mongo/README.md +16 -9
- package/dist/starters/apps/base-ts-baileys-mysql/Dockerfile +4 -2
- package/dist/starters/apps/base-ts-baileys-mysql/README.md +16 -9
- package/dist/starters/apps/base-ts-baileys-postgres/Dockerfile +4 -2
- package/dist/starters/apps/base-ts-baileys-postgres/README.md +16 -9
- package/dist/starters/apps/base-ts-meta-json/Dockerfile +4 -2
- package/dist/starters/apps/base-ts-meta-json/README.md +16 -9
- package/dist/starters/apps/base-ts-meta-memory/Dockerfile +4 -2
- package/dist/starters/apps/base-ts-meta-memory/README.md +16 -9
- package/dist/starters/apps/base-ts-meta-mongo/Dockerfile +4 -2
- package/dist/starters/apps/base-ts-meta-mongo/README.md +16 -9
- package/dist/starters/apps/base-ts-meta-mysql/Dockerfile +4 -2
- package/dist/starters/apps/base-ts-meta-mysql/README.md +16 -9
- package/dist/starters/apps/base-ts-meta-postgres/Dockerfile +4 -2
- package/dist/starters/apps/base-ts-meta-postgres/README.md +16 -9
- package/dist/starters/apps/base-ts-twilio-json/Dockerfile +4 -2
- package/dist/starters/apps/base-ts-twilio-json/README.md +16 -9
- package/dist/starters/apps/base-ts-twilio-memory/Dockerfile +4 -2
- package/dist/starters/apps/base-ts-twilio-memory/README.md +16 -9
- package/dist/starters/apps/base-ts-twilio-mongo/Dockerfile +4 -2
- package/dist/starters/apps/base-ts-twilio-mongo/README.md +16 -9
- package/dist/starters/apps/base-ts-twilio-mysql/Dockerfile +4 -2
- package/dist/starters/apps/base-ts-twilio-mysql/README.md +16 -9
- package/dist/starters/apps/base-ts-twilio-postgres/Dockerfile +4 -2
- package/dist/starters/apps/base-ts-twilio-postgres/README.md +16 -9
- package/dist/starters/apps/base-ts-venom-json/Dockerfile +4 -2
- package/dist/starters/apps/base-ts-venom-json/README.md +16 -9
- package/dist/starters/apps/base-ts-venom-memory/Dockerfile +4 -2
- package/dist/starters/apps/base-ts-venom-memory/README.md +16 -9
- package/dist/starters/apps/base-ts-venom-mongo/Dockerfile +4 -2
- package/dist/starters/apps/base-ts-venom-mongo/README.md +16 -9
- package/dist/starters/apps/base-ts-venom-mysql/Dockerfile +4 -2
- package/dist/starters/apps/base-ts-venom-mysql/README.md +16 -9
- package/dist/starters/apps/base-ts-venom-postgres/Dockerfile +4 -2
- package/dist/starters/apps/base-ts-venom-postgres/README.md +16 -9
- package/dist/starters/apps/base-ts-wppconnect-json/Dockerfile +4 -2
- package/dist/starters/apps/base-ts-wppconnect-json/README.md +16 -9
- package/dist/starters/apps/base-ts-wppconnect-memory/Dockerfile +4 -2
- package/dist/starters/apps/base-ts-wppconnect-memory/README.md +16 -9
- package/dist/starters/apps/base-ts-wppconnect-mongo/Dockerfile +4 -2
- package/dist/starters/apps/base-ts-wppconnect-mongo/README.md +16 -9
- package/dist/starters/apps/base-ts-wppconnect-mysql/Dockerfile +4 -2
- package/dist/starters/apps/base-ts-wppconnect-mysql/README.md +16 -9
- package/dist/starters/apps/base-ts-wppconnect-postgres/Dockerfile +4 -2
- package/dist/starters/apps/base-ts-wppconnect-postgres/README.md +16 -9
- package/package.json +2 -2
|
@@ -1,19 +1,20 @@
|
|
|
1
1
|
<p align="center">
|
|
2
2
|
<a href="https://builderbot.vercel.app/">
|
|
3
3
|
<picture>
|
|
4
|
-
<
|
|
5
|
-
<img src="https://camo.githubusercontent.com/409341feab953aef5968243159c4b65d67ab4d5c3981cf7c7ed6568d8a1d83da/68747470733a2f2f692e696d6775722e636f6d2f4f6175656636742e706e67" height="250">
|
|
4
|
+
<img src="https://i.imgur.com/OPl026Z.png" height="80">
|
|
6
5
|
</picture>
|
|
7
|
-
<
|
|
6
|
+
<h2 align="center">BuilderBot</h2>
|
|
8
7
|
</a>
|
|
9
8
|
</p>
|
|
10
9
|
|
|
10
|
+
|
|
11
|
+
|
|
11
12
|
<p align="center">
|
|
12
|
-
<a aria-label="NPM version" href="https://www.npmjs.com/package/@
|
|
13
|
-
<img alt="" src="https://img.shields.io/npm/v/@
|
|
13
|
+
<a aria-label="NPM version" href="https://www.npmjs.com/package/@builderbot/bot">
|
|
14
|
+
<img alt="" src="https://img.shields.io/npm/v/@builderbot/bot?color=%2300c200&label=%40bot-whatsapp">
|
|
14
15
|
</a>
|
|
15
16
|
<a aria-label="Join the community on GitHub" href="https://link.codigoencasa.com/DISCORD">
|
|
16
|
-
<img alt="" src="https://img.shields.io/
|
|
17
|
+
<img alt="" src="https://img.shields.io/discord/915193197645402142?logo=discord">
|
|
17
18
|
</a>
|
|
18
19
|
</p>
|
|
19
20
|
|
|
@@ -23,15 +24,21 @@
|
|
|
23
24
|
With this library, you can build automated conversation flows agnostic to the WhatsApp provider, set up automated responses for frequently asked questions, receive and respond to messages automatically, and track interactions with customers. Additionally, you can easily set up triggers to expand functionalities limitlessly.
|
|
24
25
|
|
|
25
26
|
```
|
|
26
|
-
npm create
|
|
27
|
+
npm create builderbot@latest
|
|
27
28
|
```
|
|
28
29
|
|
|
30
|
+
|
|
29
31
|
## Documentation
|
|
30
32
|
|
|
31
33
|
Visit [builderbot](https://builderbot.vercel.app/) to view the full documentation.
|
|
32
34
|
|
|
33
35
|
|
|
34
|
-
##
|
|
35
|
-
|
|
36
|
+
## Official Course
|
|
37
|
+
|
|
38
|
+
If you want to discover all the functions and features offered by the library you can take the course.
|
|
39
|
+
[View Course](https://app.codigoencasa.com/courses/builderbot?refCode=LEIFER)
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
## Contact Us
|
|
36
43
|
- [💻 Discord](https://link.codigoencasa.com/DISCORD)
|
|
37
44
|
- [👌 𝕏 (Twitter)](https://twitter.com/leifermendez)
|
|
@@ -10,6 +10,8 @@ COPY package*.json pnpm-lock.yaml ./
|
|
|
10
10
|
RUN apk add --no-cache \
|
|
11
11
|
git
|
|
12
12
|
|
|
13
|
+
# RUN pnpm install pm2 -g
|
|
14
|
+
|
|
13
15
|
COPY . .
|
|
14
16
|
RUN pnpm i
|
|
15
17
|
|
|
@@ -22,4 +24,5 @@ COPY --from=builder /app/src ./src
|
|
|
22
24
|
COPY --from=builder /app/package.json /app/pnpm-lock.yaml ./
|
|
23
25
|
|
|
24
26
|
RUN pnpm install --frozen-lockfile --production
|
|
27
|
+
# CMD ["pm2-runtime", "start", "./src/app.js", "--cron", "0 */12 * * *"]
|
|
25
28
|
CMD ["npm", "start"]
|
|
@@ -1,19 +1,20 @@
|
|
|
1
1
|
<p align="center">
|
|
2
2
|
<a href="https://builderbot.vercel.app/">
|
|
3
3
|
<picture>
|
|
4
|
-
<
|
|
5
|
-
<img src="https://camo.githubusercontent.com/409341feab953aef5968243159c4b65d67ab4d5c3981cf7c7ed6568d8a1d83da/68747470733a2f2f692e696d6775722e636f6d2f4f6175656636742e706e67" height="250">
|
|
4
|
+
<img src="https://i.imgur.com/OPl026Z.png" height="80">
|
|
6
5
|
</picture>
|
|
7
|
-
<
|
|
6
|
+
<h2 align="center">BuilderBot</h2>
|
|
8
7
|
</a>
|
|
9
8
|
</p>
|
|
10
9
|
|
|
10
|
+
|
|
11
|
+
|
|
11
12
|
<p align="center">
|
|
12
|
-
<a aria-label="NPM version" href="https://www.npmjs.com/package/@
|
|
13
|
-
<img alt="" src="https://img.shields.io/npm/v/@
|
|
13
|
+
<a aria-label="NPM version" href="https://www.npmjs.com/package/@builderbot/bot">
|
|
14
|
+
<img alt="" src="https://img.shields.io/npm/v/@builderbot/bot?color=%2300c200&label=%40bot-whatsapp">
|
|
14
15
|
</a>
|
|
15
16
|
<a aria-label="Join the community on GitHub" href="https://link.codigoencasa.com/DISCORD">
|
|
16
|
-
<img alt="" src="https://img.shields.io/
|
|
17
|
+
<img alt="" src="https://img.shields.io/discord/915193197645402142?logo=discord">
|
|
17
18
|
</a>
|
|
18
19
|
</p>
|
|
19
20
|
|
|
@@ -23,15 +24,21 @@
|
|
|
23
24
|
With this library, you can build automated conversation flows agnostic to the WhatsApp provider, set up automated responses for frequently asked questions, receive and respond to messages automatically, and track interactions with customers. Additionally, you can easily set up triggers to expand functionalities limitlessly.
|
|
24
25
|
|
|
25
26
|
```
|
|
26
|
-
npm create
|
|
27
|
+
npm create builderbot@latest
|
|
27
28
|
```
|
|
28
29
|
|
|
30
|
+
|
|
29
31
|
## Documentation
|
|
30
32
|
|
|
31
33
|
Visit [builderbot](https://builderbot.vercel.app/) to view the full documentation.
|
|
32
34
|
|
|
33
35
|
|
|
34
|
-
##
|
|
35
|
-
|
|
36
|
+
## Official Course
|
|
37
|
+
|
|
38
|
+
If you want to discover all the functions and features offered by the library you can take the course.
|
|
39
|
+
[View Course](https://app.codigoencasa.com/courses/builderbot?refCode=LEIFER)
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
## Contact Us
|
|
36
43
|
- [💻 Discord](https://link.codigoencasa.com/DISCORD)
|
|
37
44
|
- [👌 𝕏 (Twitter)](https://twitter.com/leifermendez)
|
|
@@ -10,6 +10,8 @@ COPY package*.json pnpm-lock.yaml ./
|
|
|
10
10
|
RUN apk add --no-cache \
|
|
11
11
|
git
|
|
12
12
|
|
|
13
|
+
# RUN pnpm install pm2 -g
|
|
14
|
+
|
|
13
15
|
COPY . .
|
|
14
16
|
RUN pnpm i
|
|
15
17
|
|
|
@@ -22,4 +24,5 @@ COPY --from=builder /app/src ./src
|
|
|
22
24
|
COPY --from=builder /app/package.json /app/pnpm-lock.yaml ./
|
|
23
25
|
|
|
24
26
|
RUN pnpm install --frozen-lockfile --production
|
|
27
|
+
# CMD ["pm2-runtime", "start", "./src/app.js", "--cron", "0 */12 * * *"]
|
|
25
28
|
CMD ["npm", "start"]
|
|
@@ -1,19 +1,20 @@
|
|
|
1
1
|
<p align="center">
|
|
2
2
|
<a href="https://builderbot.vercel.app/">
|
|
3
3
|
<picture>
|
|
4
|
-
<
|
|
5
|
-
<img src="https://camo.githubusercontent.com/409341feab953aef5968243159c4b65d67ab4d5c3981cf7c7ed6568d8a1d83da/68747470733a2f2f692e696d6775722e636f6d2f4f6175656636742e706e67" height="250">
|
|
4
|
+
<img src="https://i.imgur.com/OPl026Z.png" height="80">
|
|
6
5
|
</picture>
|
|
7
|
-
<
|
|
6
|
+
<h2 align="center">BuilderBot</h2>
|
|
8
7
|
</a>
|
|
9
8
|
</p>
|
|
10
9
|
|
|
10
|
+
|
|
11
|
+
|
|
11
12
|
<p align="center">
|
|
12
|
-
<a aria-label="NPM version" href="https://www.npmjs.com/package/@
|
|
13
|
-
<img alt="" src="https://img.shields.io/npm/v/@
|
|
13
|
+
<a aria-label="NPM version" href="https://www.npmjs.com/package/@builderbot/bot">
|
|
14
|
+
<img alt="" src="https://img.shields.io/npm/v/@builderbot/bot?color=%2300c200&label=%40bot-whatsapp">
|
|
14
15
|
</a>
|
|
15
16
|
<a aria-label="Join the community on GitHub" href="https://link.codigoencasa.com/DISCORD">
|
|
16
|
-
<img alt="" src="https://img.shields.io/
|
|
17
|
+
<img alt="" src="https://img.shields.io/discord/915193197645402142?logo=discord">
|
|
17
18
|
</a>
|
|
18
19
|
</p>
|
|
19
20
|
|
|
@@ -23,15 +24,21 @@
|
|
|
23
24
|
With this library, you can build automated conversation flows agnostic to the WhatsApp provider, set up automated responses for frequently asked questions, receive and respond to messages automatically, and track interactions with customers. Additionally, you can easily set up triggers to expand functionalities limitlessly.
|
|
24
25
|
|
|
25
26
|
```
|
|
26
|
-
npm create
|
|
27
|
+
npm create builderbot@latest
|
|
27
28
|
```
|
|
28
29
|
|
|
30
|
+
|
|
29
31
|
## Documentation
|
|
30
32
|
|
|
31
33
|
Visit [builderbot](https://builderbot.vercel.app/) to view the full documentation.
|
|
32
34
|
|
|
33
35
|
|
|
34
|
-
##
|
|
35
|
-
|
|
36
|
+
## Official Course
|
|
37
|
+
|
|
38
|
+
If you want to discover all the functions and features offered by the library you can take the course.
|
|
39
|
+
[View Course](https://app.codigoencasa.com/courses/builderbot?refCode=LEIFER)
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
## Contact Us
|
|
36
43
|
- [💻 Discord](https://link.codigoencasa.com/DISCORD)
|
|
37
44
|
- [👌 𝕏 (Twitter)](https://twitter.com/leifermendez)
|
|
@@ -10,6 +10,8 @@ COPY package*.json pnpm-lock.yaml ./
|
|
|
10
10
|
RUN apk add --no-cache \
|
|
11
11
|
git
|
|
12
12
|
|
|
13
|
+
# RUN pnpm install pm2 -g
|
|
14
|
+
|
|
13
15
|
COPY . .
|
|
14
16
|
RUN pnpm i
|
|
15
17
|
|
|
@@ -22,4 +24,5 @@ COPY --from=builder /app/src ./src
|
|
|
22
24
|
COPY --from=builder /app/package.json /app/pnpm-lock.yaml ./
|
|
23
25
|
|
|
24
26
|
RUN pnpm install --frozen-lockfile --production
|
|
27
|
+
# CMD ["pm2-runtime", "start", "./src/app.js", "--cron", "0 */12 * * *"]
|
|
25
28
|
CMD ["npm", "start"]
|
|
@@ -1,19 +1,20 @@
|
|
|
1
1
|
<p align="center">
|
|
2
2
|
<a href="https://builderbot.vercel.app/">
|
|
3
3
|
<picture>
|
|
4
|
-
<
|
|
5
|
-
<img src="https://camo.githubusercontent.com/409341feab953aef5968243159c4b65d67ab4d5c3981cf7c7ed6568d8a1d83da/68747470733a2f2f692e696d6775722e636f6d2f4f6175656636742e706e67" height="250">
|
|
4
|
+
<img src="https://i.imgur.com/OPl026Z.png" height="80">
|
|
6
5
|
</picture>
|
|
7
|
-
<
|
|
6
|
+
<h2 align="center">BuilderBot</h2>
|
|
8
7
|
</a>
|
|
9
8
|
</p>
|
|
10
9
|
|
|
10
|
+
|
|
11
|
+
|
|
11
12
|
<p align="center">
|
|
12
|
-
<a aria-label="NPM version" href="https://www.npmjs.com/package/@
|
|
13
|
-
<img alt="" src="https://img.shields.io/npm/v/@
|
|
13
|
+
<a aria-label="NPM version" href="https://www.npmjs.com/package/@builderbot/bot">
|
|
14
|
+
<img alt="" src="https://img.shields.io/npm/v/@builderbot/bot?color=%2300c200&label=%40bot-whatsapp">
|
|
14
15
|
</a>
|
|
15
16
|
<a aria-label="Join the community on GitHub" href="https://link.codigoencasa.com/DISCORD">
|
|
16
|
-
<img alt="" src="https://img.shields.io/
|
|
17
|
+
<img alt="" src="https://img.shields.io/discord/915193197645402142?logo=discord">
|
|
17
18
|
</a>
|
|
18
19
|
</p>
|
|
19
20
|
|
|
@@ -23,15 +24,21 @@
|
|
|
23
24
|
With this library, you can build automated conversation flows agnostic to the WhatsApp provider, set up automated responses for frequently asked questions, receive and respond to messages automatically, and track interactions with customers. Additionally, you can easily set up triggers to expand functionalities limitlessly.
|
|
24
25
|
|
|
25
26
|
```
|
|
26
|
-
npm create
|
|
27
|
+
npm create builderbot@latest
|
|
27
28
|
```
|
|
28
29
|
|
|
30
|
+
|
|
29
31
|
## Documentation
|
|
30
32
|
|
|
31
33
|
Visit [builderbot](https://builderbot.vercel.app/) to view the full documentation.
|
|
32
34
|
|
|
33
35
|
|
|
34
|
-
##
|
|
35
|
-
|
|
36
|
+
## Official Course
|
|
37
|
+
|
|
38
|
+
If you want to discover all the functions and features offered by the library you can take the course.
|
|
39
|
+
[View Course](https://app.codigoencasa.com/courses/builderbot?refCode=LEIFER)
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
## Contact Us
|
|
36
43
|
- [💻 Discord](https://link.codigoencasa.com/DISCORD)
|
|
37
44
|
- [👌 𝕏 (Twitter)](https://twitter.com/leifermendez)
|
|
@@ -10,6 +10,8 @@ COPY package*.json pnpm-lock.yaml ./
|
|
|
10
10
|
RUN apk add --no-cache \
|
|
11
11
|
git
|
|
12
12
|
|
|
13
|
+
# RUN pnpm install pm2 -g
|
|
14
|
+
|
|
13
15
|
COPY . .
|
|
14
16
|
RUN pnpm i
|
|
15
17
|
|
|
@@ -22,4 +24,5 @@ COPY --from=builder /app/src ./src
|
|
|
22
24
|
COPY --from=builder /app/package.json /app/pnpm-lock.yaml ./
|
|
23
25
|
|
|
24
26
|
RUN pnpm install --frozen-lockfile --production
|
|
27
|
+
# CMD ["pm2-runtime", "start", "./src/app.js", "--cron", "0 */12 * * *"]
|
|
25
28
|
CMD ["npm", "start"]
|
|
@@ -1,19 +1,20 @@
|
|
|
1
1
|
<p align="center">
|
|
2
2
|
<a href="https://builderbot.vercel.app/">
|
|
3
3
|
<picture>
|
|
4
|
-
<
|
|
5
|
-
<img src="https://camo.githubusercontent.com/409341feab953aef5968243159c4b65d67ab4d5c3981cf7c7ed6568d8a1d83da/68747470733a2f2f692e696d6775722e636f6d2f4f6175656636742e706e67" height="250">
|
|
4
|
+
<img src="https://i.imgur.com/OPl026Z.png" height="80">
|
|
6
5
|
</picture>
|
|
7
|
-
<
|
|
6
|
+
<h2 align="center">BuilderBot</h2>
|
|
8
7
|
</a>
|
|
9
8
|
</p>
|
|
10
9
|
|
|
10
|
+
|
|
11
|
+
|
|
11
12
|
<p align="center">
|
|
12
|
-
<a aria-label="NPM version" href="https://www.npmjs.com/package/@
|
|
13
|
-
<img alt="" src="https://img.shields.io/npm/v/@
|
|
13
|
+
<a aria-label="NPM version" href="https://www.npmjs.com/package/@builderbot/bot">
|
|
14
|
+
<img alt="" src="https://img.shields.io/npm/v/@builderbot/bot?color=%2300c200&label=%40bot-whatsapp">
|
|
14
15
|
</a>
|
|
15
16
|
<a aria-label="Join the community on GitHub" href="https://link.codigoencasa.com/DISCORD">
|
|
16
|
-
<img alt="" src="https://img.shields.io/
|
|
17
|
+
<img alt="" src="https://img.shields.io/discord/915193197645402142?logo=discord">
|
|
17
18
|
</a>
|
|
18
19
|
</p>
|
|
19
20
|
|
|
@@ -23,15 +24,21 @@
|
|
|
23
24
|
With this library, you can build automated conversation flows agnostic to the WhatsApp provider, set up automated responses for frequently asked questions, receive and respond to messages automatically, and track interactions with customers. Additionally, you can easily set up triggers to expand functionalities limitlessly.
|
|
24
25
|
|
|
25
26
|
```
|
|
26
|
-
npm create
|
|
27
|
+
npm create builderbot@latest
|
|
27
28
|
```
|
|
28
29
|
|
|
30
|
+
|
|
29
31
|
## Documentation
|
|
30
32
|
|
|
31
33
|
Visit [builderbot](https://builderbot.vercel.app/) to view the full documentation.
|
|
32
34
|
|
|
33
35
|
|
|
34
|
-
##
|
|
35
|
-
|
|
36
|
+
## Official Course
|
|
37
|
+
|
|
38
|
+
If you want to discover all the functions and features offered by the library you can take the course.
|
|
39
|
+
[View Course](https://app.codigoencasa.com/courses/builderbot?refCode=LEIFER)
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
## Contact Us
|
|
36
43
|
- [💻 Discord](https://link.codigoencasa.com/DISCORD)
|
|
37
44
|
- [👌 𝕏 (Twitter)](https://twitter.com/leifermendez)
|
|
@@ -10,6 +10,8 @@ COPY package*.json pnpm-lock.yaml ./
|
|
|
10
10
|
RUN apk add --no-cache \
|
|
11
11
|
git
|
|
12
12
|
|
|
13
|
+
# RUN pnpm install pm2 -g
|
|
14
|
+
|
|
13
15
|
COPY . .
|
|
14
16
|
RUN pnpm i
|
|
15
17
|
|
|
@@ -22,4 +24,5 @@ COPY --from=builder /app/src ./src
|
|
|
22
24
|
COPY --from=builder /app/package.json /app/pnpm-lock.yaml ./
|
|
23
25
|
|
|
24
26
|
RUN pnpm install --frozen-lockfile --production
|
|
27
|
+
# CMD ["pm2-runtime", "start", "./src/app.js", "--cron", "0 */12 * * *"]
|
|
25
28
|
CMD ["npm", "start"]
|
|
@@ -1,19 +1,20 @@
|
|
|
1
1
|
<p align="center">
|
|
2
2
|
<a href="https://builderbot.vercel.app/">
|
|
3
3
|
<picture>
|
|
4
|
-
<
|
|
5
|
-
<img src="https://camo.githubusercontent.com/409341feab953aef5968243159c4b65d67ab4d5c3981cf7c7ed6568d8a1d83da/68747470733a2f2f692e696d6775722e636f6d2f4f6175656636742e706e67" height="250">
|
|
4
|
+
<img src="https://i.imgur.com/OPl026Z.png" height="80">
|
|
6
5
|
</picture>
|
|
7
|
-
<
|
|
6
|
+
<h2 align="center">BuilderBot</h2>
|
|
8
7
|
</a>
|
|
9
8
|
</p>
|
|
10
9
|
|
|
10
|
+
|
|
11
|
+
|
|
11
12
|
<p align="center">
|
|
12
|
-
<a aria-label="NPM version" href="https://www.npmjs.com/package/@
|
|
13
|
-
<img alt="" src="https://img.shields.io/npm/v/@
|
|
13
|
+
<a aria-label="NPM version" href="https://www.npmjs.com/package/@builderbot/bot">
|
|
14
|
+
<img alt="" src="https://img.shields.io/npm/v/@builderbot/bot?color=%2300c200&label=%40bot-whatsapp">
|
|
14
15
|
</a>
|
|
15
16
|
<a aria-label="Join the community on GitHub" href="https://link.codigoencasa.com/DISCORD">
|
|
16
|
-
<img alt="" src="https://img.shields.io/
|
|
17
|
+
<img alt="" src="https://img.shields.io/discord/915193197645402142?logo=discord">
|
|
17
18
|
</a>
|
|
18
19
|
</p>
|
|
19
20
|
|
|
@@ -23,15 +24,21 @@
|
|
|
23
24
|
With this library, you can build automated conversation flows agnostic to the WhatsApp provider, set up automated responses for frequently asked questions, receive and respond to messages automatically, and track interactions with customers. Additionally, you can easily set up triggers to expand functionalities limitlessly.
|
|
24
25
|
|
|
25
26
|
```
|
|
26
|
-
npm create
|
|
27
|
+
npm create builderbot@latest
|
|
27
28
|
```
|
|
28
29
|
|
|
30
|
+
|
|
29
31
|
## Documentation
|
|
30
32
|
|
|
31
33
|
Visit [builderbot](https://builderbot.vercel.app/) to view the full documentation.
|
|
32
34
|
|
|
33
35
|
|
|
34
|
-
##
|
|
35
|
-
|
|
36
|
+
## Official Course
|
|
37
|
+
|
|
38
|
+
If you want to discover all the functions and features offered by the library you can take the course.
|
|
39
|
+
[View Course](https://app.codigoencasa.com/courses/builderbot?refCode=LEIFER)
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
## Contact Us
|
|
36
43
|
- [💻 Discord](https://link.codigoencasa.com/DISCORD)
|
|
37
44
|
- [👌 𝕏 (Twitter)](https://twitter.com/leifermendez)
|
|
@@ -10,6 +10,8 @@ COPY package*.json pnpm-lock.yaml ./
|
|
|
10
10
|
RUN apk add --no-cache \
|
|
11
11
|
git
|
|
12
12
|
|
|
13
|
+
# RUN pnpm install pm2 -g
|
|
14
|
+
|
|
13
15
|
COPY . .
|
|
14
16
|
RUN pnpm i
|
|
15
17
|
|
|
@@ -22,4 +24,5 @@ COPY --from=builder /app/src ./src
|
|
|
22
24
|
COPY --from=builder /app/package.json /app/pnpm-lock.yaml ./
|
|
23
25
|
|
|
24
26
|
RUN pnpm install --frozen-lockfile --production
|
|
27
|
+
# CMD ["pm2-runtime", "start", "./src/app.js", "--cron", "0 */12 * * *"]
|
|
25
28
|
CMD ["npm", "start"]
|
|
@@ -1,19 +1,20 @@
|
|
|
1
1
|
<p align="center">
|
|
2
2
|
<a href="https://builderbot.vercel.app/">
|
|
3
3
|
<picture>
|
|
4
|
-
<
|
|
5
|
-
<img src="https://camo.githubusercontent.com/409341feab953aef5968243159c4b65d67ab4d5c3981cf7c7ed6568d8a1d83da/68747470733a2f2f692e696d6775722e636f6d2f4f6175656636742e706e67" height="250">
|
|
4
|
+
<img src="https://i.imgur.com/OPl026Z.png" height="80">
|
|
6
5
|
</picture>
|
|
7
|
-
<
|
|
6
|
+
<h2 align="center">BuilderBot</h2>
|
|
8
7
|
</a>
|
|
9
8
|
</p>
|
|
10
9
|
|
|
10
|
+
|
|
11
|
+
|
|
11
12
|
<p align="center">
|
|
12
|
-
<a aria-label="NPM version" href="https://www.npmjs.com/package/@
|
|
13
|
-
<img alt="" src="https://img.shields.io/npm/v/@
|
|
13
|
+
<a aria-label="NPM version" href="https://www.npmjs.com/package/@builderbot/bot">
|
|
14
|
+
<img alt="" src="https://img.shields.io/npm/v/@builderbot/bot?color=%2300c200&label=%40bot-whatsapp">
|
|
14
15
|
</a>
|
|
15
16
|
<a aria-label="Join the community on GitHub" href="https://link.codigoencasa.com/DISCORD">
|
|
16
|
-
<img alt="" src="https://img.shields.io/
|
|
17
|
+
<img alt="" src="https://img.shields.io/discord/915193197645402142?logo=discord">
|
|
17
18
|
</a>
|
|
18
19
|
</p>
|
|
19
20
|
|
|
@@ -23,15 +24,21 @@
|
|
|
23
24
|
With this library, you can build automated conversation flows agnostic to the WhatsApp provider, set up automated responses for frequently asked questions, receive and respond to messages automatically, and track interactions with customers. Additionally, you can easily set up triggers to expand functionalities limitlessly.
|
|
24
25
|
|
|
25
26
|
```
|
|
26
|
-
npm create
|
|
27
|
+
npm create builderbot@latest
|
|
27
28
|
```
|
|
28
29
|
|
|
30
|
+
|
|
29
31
|
## Documentation
|
|
30
32
|
|
|
31
33
|
Visit [builderbot](https://builderbot.vercel.app/) to view the full documentation.
|
|
32
34
|
|
|
33
35
|
|
|
34
|
-
##
|
|
35
|
-
|
|
36
|
+
## Official Course
|
|
37
|
+
|
|
38
|
+
If you want to discover all the functions and features offered by the library you can take the course.
|
|
39
|
+
[View Course](https://app.codigoencasa.com/courses/builderbot?refCode=LEIFER)
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
## Contact Us
|
|
36
43
|
- [💻 Discord](https://link.codigoencasa.com/DISCORD)
|
|
37
44
|
- [👌 𝕏 (Twitter)](https://twitter.com/leifermendez)
|
|
@@ -10,17 +10,19 @@ COPY package*.json pnpm-lock.yaml ./
|
|
|
10
10
|
RUN apk add --no-cache \
|
|
11
11
|
git
|
|
12
12
|
|
|
13
|
+
# RUN pnpm install pm2 -g
|
|
14
|
+
|
|
13
15
|
COPY . .
|
|
14
16
|
RUN pnpm i
|
|
15
|
-
RUN pnpm build
|
|
16
17
|
|
|
17
18
|
FROM builder as deploy
|
|
18
19
|
|
|
19
20
|
ARG RAILWAY_STATIC_URL
|
|
20
21
|
ARG PUBLIC_URL
|
|
21
22
|
ARG PORT
|
|
22
|
-
COPY --from=builder /app/
|
|
23
|
+
COPY --from=builder /app/src ./src
|
|
23
24
|
COPY --from=builder /app/package.json /app/pnpm-lock.yaml ./
|
|
24
25
|
|
|
25
26
|
RUN pnpm install --frozen-lockfile --production
|
|
27
|
+
# CMD ["pm2-runtime", "start", "./dist/app.js", "--cron", "0 */12 * * *"]
|
|
26
28
|
CMD ["npm", "start"]
|
|
@@ -1,19 +1,20 @@
|
|
|
1
1
|
<p align="center">
|
|
2
2
|
<a href="https://builderbot.vercel.app/">
|
|
3
3
|
<picture>
|
|
4
|
-
<
|
|
5
|
-
<img src="https://camo.githubusercontent.com/409341feab953aef5968243159c4b65d67ab4d5c3981cf7c7ed6568d8a1d83da/68747470733a2f2f692e696d6775722e636f6d2f4f6175656636742e706e67" height="250">
|
|
4
|
+
<img src="https://i.imgur.com/OPl026Z.png" height="80">
|
|
6
5
|
</picture>
|
|
7
|
-
<
|
|
6
|
+
<h2 align="center">BuilderBot</h2>
|
|
8
7
|
</a>
|
|
9
8
|
</p>
|
|
10
9
|
|
|
10
|
+
|
|
11
|
+
|
|
11
12
|
<p align="center">
|
|
12
|
-
<a aria-label="NPM version" href="https://www.npmjs.com/package/@
|
|
13
|
-
<img alt="" src="https://img.shields.io/npm/v/@
|
|
13
|
+
<a aria-label="NPM version" href="https://www.npmjs.com/package/@builderbot/bot">
|
|
14
|
+
<img alt="" src="https://img.shields.io/npm/v/@builderbot/bot?color=%2300c200&label=%40bot-whatsapp">
|
|
14
15
|
</a>
|
|
15
16
|
<a aria-label="Join the community on GitHub" href="https://link.codigoencasa.com/DISCORD">
|
|
16
|
-
<img alt="" src="https://img.shields.io/
|
|
17
|
+
<img alt="" src="https://img.shields.io/discord/915193197645402142?logo=discord">
|
|
17
18
|
</a>
|
|
18
19
|
</p>
|
|
19
20
|
|
|
@@ -23,15 +24,21 @@
|
|
|
23
24
|
With this library, you can build automated conversation flows agnostic to the WhatsApp provider, set up automated responses for frequently asked questions, receive and respond to messages automatically, and track interactions with customers. Additionally, you can easily set up triggers to expand functionalities limitlessly.
|
|
24
25
|
|
|
25
26
|
```
|
|
26
|
-
npm create
|
|
27
|
+
npm create builderbot@latest
|
|
27
28
|
```
|
|
28
29
|
|
|
30
|
+
|
|
29
31
|
## Documentation
|
|
30
32
|
|
|
31
33
|
Visit [builderbot](https://builderbot.vercel.app/) to view the full documentation.
|
|
32
34
|
|
|
33
35
|
|
|
34
|
-
##
|
|
35
|
-
|
|
36
|
+
## Official Course
|
|
37
|
+
|
|
38
|
+
If you want to discover all the functions and features offered by the library you can take the course.
|
|
39
|
+
[View Course](https://app.codigoencasa.com/courses/builderbot?refCode=LEIFER)
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
## Contact Us
|
|
36
43
|
- [💻 Discord](https://link.codigoencasa.com/DISCORD)
|
|
37
44
|
- [👌 𝕏 (Twitter)](https://twitter.com/leifermendez)
|
|
@@ -10,17 +10,19 @@ COPY package*.json pnpm-lock.yaml ./
|
|
|
10
10
|
RUN apk add --no-cache \
|
|
11
11
|
git
|
|
12
12
|
|
|
13
|
+
# RUN pnpm install pm2 -g
|
|
14
|
+
|
|
13
15
|
COPY . .
|
|
14
16
|
RUN pnpm i
|
|
15
|
-
RUN pnpm build
|
|
16
17
|
|
|
17
18
|
FROM builder as deploy
|
|
18
19
|
|
|
19
20
|
ARG RAILWAY_STATIC_URL
|
|
20
21
|
ARG PUBLIC_URL
|
|
21
22
|
ARG PORT
|
|
22
|
-
COPY --from=builder /app/
|
|
23
|
+
COPY --from=builder /app/src ./src
|
|
23
24
|
COPY --from=builder /app/package.json /app/pnpm-lock.yaml ./
|
|
24
25
|
|
|
25
26
|
RUN pnpm install --frozen-lockfile --production
|
|
27
|
+
# CMD ["pm2-runtime", "start", "./dist/app.js", "--cron", "0 */12 * * *"]
|
|
26
28
|
CMD ["npm", "start"]
|
|
@@ -1,19 +1,20 @@
|
|
|
1
1
|
<p align="center">
|
|
2
2
|
<a href="https://builderbot.vercel.app/">
|
|
3
3
|
<picture>
|
|
4
|
-
<
|
|
5
|
-
<img src="https://camo.githubusercontent.com/409341feab953aef5968243159c4b65d67ab4d5c3981cf7c7ed6568d8a1d83da/68747470733a2f2f692e696d6775722e636f6d2f4f6175656636742e706e67" height="250">
|
|
4
|
+
<img src="https://i.imgur.com/OPl026Z.png" height="80">
|
|
6
5
|
</picture>
|
|
7
|
-
<
|
|
6
|
+
<h2 align="center">BuilderBot</h2>
|
|
8
7
|
</a>
|
|
9
8
|
</p>
|
|
10
9
|
|
|
10
|
+
|
|
11
|
+
|
|
11
12
|
<p align="center">
|
|
12
|
-
<a aria-label="NPM version" href="https://www.npmjs.com/package/@
|
|
13
|
-
<img alt="" src="https://img.shields.io/npm/v/@
|
|
13
|
+
<a aria-label="NPM version" href="https://www.npmjs.com/package/@builderbot/bot">
|
|
14
|
+
<img alt="" src="https://img.shields.io/npm/v/@builderbot/bot?color=%2300c200&label=%40bot-whatsapp">
|
|
14
15
|
</a>
|
|
15
16
|
<a aria-label="Join the community on GitHub" href="https://link.codigoencasa.com/DISCORD">
|
|
16
|
-
<img alt="" src="https://img.shields.io/
|
|
17
|
+
<img alt="" src="https://img.shields.io/discord/915193197645402142?logo=discord">
|
|
17
18
|
</a>
|
|
18
19
|
</p>
|
|
19
20
|
|
|
@@ -23,15 +24,21 @@
|
|
|
23
24
|
With this library, you can build automated conversation flows agnostic to the WhatsApp provider, set up automated responses for frequently asked questions, receive and respond to messages automatically, and track interactions with customers. Additionally, you can easily set up triggers to expand functionalities limitlessly.
|
|
24
25
|
|
|
25
26
|
```
|
|
26
|
-
npm create
|
|
27
|
+
npm create builderbot@latest
|
|
27
28
|
```
|
|
28
29
|
|
|
30
|
+
|
|
29
31
|
## Documentation
|
|
30
32
|
|
|
31
33
|
Visit [builderbot](https://builderbot.vercel.app/) to view the full documentation.
|
|
32
34
|
|
|
33
35
|
|
|
34
|
-
##
|
|
35
|
-
|
|
36
|
+
## Official Course
|
|
37
|
+
|
|
38
|
+
If you want to discover all the functions and features offered by the library you can take the course.
|
|
39
|
+
[View Course](https://app.codigoencasa.com/courses/builderbot?refCode=LEIFER)
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
## Contact Us
|
|
36
43
|
- [💻 Discord](https://link.codigoencasa.com/DISCORD)
|
|
37
44
|
- [👌 𝕏 (Twitter)](https://twitter.com/leifermendez)
|
|
@@ -10,17 +10,19 @@ COPY package*.json pnpm-lock.yaml ./
|
|
|
10
10
|
RUN apk add --no-cache \
|
|
11
11
|
git
|
|
12
12
|
|
|
13
|
+
# RUN pnpm install pm2 -g
|
|
14
|
+
|
|
13
15
|
COPY . .
|
|
14
16
|
RUN pnpm i
|
|
15
|
-
RUN pnpm build
|
|
16
17
|
|
|
17
18
|
FROM builder as deploy
|
|
18
19
|
|
|
19
20
|
ARG RAILWAY_STATIC_URL
|
|
20
21
|
ARG PUBLIC_URL
|
|
21
22
|
ARG PORT
|
|
22
|
-
COPY --from=builder /app/
|
|
23
|
+
COPY --from=builder /app/src ./src
|
|
23
24
|
COPY --from=builder /app/package.json /app/pnpm-lock.yaml ./
|
|
24
25
|
|
|
25
26
|
RUN pnpm install --frozen-lockfile --production
|
|
27
|
+
# CMD ["pm2-runtime", "start", "./dist/app.js", "--cron", "0 */12 * * *"]
|
|
26
28
|
CMD ["npm", "start"]
|