https://github.com/nullnull/azure-bot-service-samples
Sample implementations for Azure Bot Service
https://github.com/nullnull/azure-bot-service-samples
Last synced: about 1 year ago
JSON representation
Sample implementations for Azure Bot Service
- Host: GitHub
- URL: https://github.com/nullnull/azure-bot-service-samples
- Owner: nullnull
- Created: 2020-05-24T12:14:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T10:22:27.000Z (over 3 years ago)
- Last Synced: 2025-03-23T23:37:05.554Z (about 1 year ago)
- Language: TypeScript
- Size: 731 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 52
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Samples for Azure Bot Service
## Install bot to Microsoft Teams
```sh
$ cd teams
$ cp manifest.sample.json manifest.json
# Edit MICROSOFT_APP_ID
$ vi manifest.json
# Zip
$ zip archive.zip manifest.json 192x192.png 32x32.png
# Upload archive.zip to your Microsoft Teams
```