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

https://github.com/au-re/time-o-tron

:clock1130: :clock330: :clock1230: ... ? 🤖 !
https://github.com/au-re/time-o-tron

bot chatbot-demo microsoft-bot-framework

Last synced: 8 months ago
JSON representation

:clock1130: :clock330: :clock1230: ... ? 🤖 !

Awesome Lists containing this project

README

          

# time-o-tron 🤖

What time is it in ... ? Ask Time-o-Tron!

A simple chatbot demo using Microsoft's Bot Framework

## Getting started

Add an `.env` file to the root of the project, e.g.:

```
MICROSOFT_APP_ID=XXX
MICROSOFT_APP_PASSWORD=XXX
PAGE_ACCESS_TOKEN=XXX
LUIS_APP_ID=XXX
LUIS_ENDPOINT_KEY=XXX
PORT=XXX
BOT_NAME=XXX
```

Launch the bot with `npm run watch`;

You can now test the bot by connecting to the [bot framework emulator](https://docs.microsoft.com/en-us/azure/bot-service/bot-service-debug-emulator?view=azure-bot-service-4.0)