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

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

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
```