An open API service indexing awesome lists of open source software.

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.

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