@builderbot/provider-telegram 1.2.3-alpha.2
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/README.md +44 -0
- package/dist/index.cjs +48807 -0
- package/package.json +51 -0
package/README.md
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
<p align="center">
|
|
2
|
+
<a href="https://builderbot.vercel.app/">
|
|
3
|
+
<picture>
|
|
4
|
+
<img src="https://builderbot.vercel.app/assets/thumbnail-vector.png" height="80">
|
|
5
|
+
</picture>
|
|
6
|
+
<h2 align="center">BuilderBot</h2>
|
|
7
|
+
</a>
|
|
8
|
+
</p>
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
<p align="center">
|
|
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">
|
|
15
|
+
</a>
|
|
16
|
+
<a aria-label="Join the community on GitHub" href="https://link.codigoencasa.com/DISCORD">
|
|
17
|
+
<img alt="" src="https://img.shields.io/discord/915193197645402142?logo=discord">
|
|
18
|
+
</a>
|
|
19
|
+
</p>
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## Getting Started
|
|
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.
|
|
25
|
+
|
|
26
|
+
```
|
|
27
|
+
npm create builderbot@latest
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
## Documentation
|
|
32
|
+
|
|
33
|
+
Visit [builderbot](https://builderbot.vercel.app/) to view the full documentation.
|
|
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
|
|
43
|
+
- [💻 Discord](https://link.codigoencasa.com/DISCORD)
|
|
44
|
+
- [👌 𝕏 (Twitter)](https://twitter.com/leifermendez)
|