https://github.com/threefoldtech/tf_chatbot
https://github.com/threefoldtech/tf_chatbot
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/threefoldtech/tf_chatbot
- Owner: threefoldtech
- License: apache-2.0
- Created: 2022-07-06T09:45:05.000Z (almost 3 years ago)
- Default Branch: development
- Last Pushed: 2025-03-17T00:27:07.000Z (2 months ago)
- Last Synced: 2025-04-09T17:09:57.874Z (about 1 month ago)
- Language: TypeScript
- Size: 1.43 MB
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TF_Chatbot
Threefold chatbot was created to be used as an easy to ship chatbot in any of our projects.## Serve app
```sh
git clone [email protected]:threefoldtech/tf_chatbot.git
cd tf_chatbot
yarn install
yarn dev
```## Build app
```sh
yarn build
```## Use Chatbot in an external project
1. Build project
2. Move **tf_chatbot.js** in `/public/build/` into your project
3. Import **tf_chatbot.js**
```html```
4. Use `` inside your html anywhere.