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: ... ? 🤖 !
- Host: GitHub
- URL: https://github.com/au-re/time-o-tron
- Owner: au-re
- License: isc
- Created: 2016-10-23T20:10:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-02-20T23:54:55.000Z (over 7 years ago)
- Last Synced: 2025-02-05T14:39:53.714Z (over 1 year ago)
- Topics: bot, chatbot-demo, microsoft-bot-framework
- Language: TypeScript
- Homepage:
- Size: 8.65 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)