https://github.com/alertbox/bot-basics-menus-ts
Shows how to create a simple menu system for a bot.
https://github.com/alertbox/bot-basics-menus-ts
bot
Last synced: 3 months ago
JSON representation
Shows how to create a simple menu system for a bot.
- Host: GitHub
- URL: https://github.com/alertbox/bot-basics-menus-ts
- Owner: alertbox
- License: gpl-3.0
- Created: 2018-12-10T09:21:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-10T09:27:43.000Z (over 7 years ago)
- Last Synced: 2025-03-21T20:19:26.970Z (over 1 year ago)
- Topics: bot
- Language: TypeScript
- Size: 21.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Overview
Bot Builder for Node.js examples using TypeScript are organized into groups and designed to illustrate the techniques needed to build great bots. To use the samples clone our GitHub repository using Git.
## Build and Run from Source
1. Install a recent version of [NodeJS]()
2. Checkout the code and install dependencies
```
git clone https://github.com/alertbox/bot-basics-menus-ts
cd bot-basics-menus-ts
```
3. Compile and run example
```
npm install
tsc
npm start
```
4. Install the [Bot Emulator]()
5. [Play with the bot]() example