The Wayback Machine - https://web.archive.org/web/20240608120817/https://github.com/brharr/suspiciousactivitybot
Skip to content

Bot Application to all for someone to enter in Suspicious Activity that they witnessed.

Notifications You must be signed in to change notification settings

brharr/suspiciousactivitybot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Synopsis

This is one project of two projects that makes up the Suspicious Activity Bot Application for Azure Commerical and Government. This particular project contains the actual Bot application used by users to post a suspicious activity. It makes a REST API call to the POST method within the hotline api project. A full description of the project can be found in the following blog post: Deploying a Suspicious Activity Bot in Azure Commercial or Azure Government

NOTE: Please not that this project was created using the Console Channel as I do not have the necessary business subscriptions to configure it for other channels. You will need to modify the code if you would like to productionize this bot for Skype, Facebook Messenger, or Skype for Business.

Motivation

I built these two projects to show how easy it is to create and deploy a Bot Application in either the Azure Commerical or Azure Government regions while also showing and discussing the differences. See the blog post above for more information.

Installation

The following documentation link should give all the instructions necessary for deploy this Bot application to an Azure App Service and setup Continuous Deployment from Github as well: Deploy a bot to Azure from Github

NOTE: You will need to create a Setting in the App Service to store the URL of the Hotline API. The name of the App Setting will need to be CUSTOMRESTURL_hotlineapi. See the following documentation for more information on how to create new App Settings: Configure web apps in Azure App Service

Built With

Code Example

For a user to interact with the bot, all they have to do is say "hi" and the bot will respond with the correct set of questions.

Contributors

This project is meant to be consumed and then modified on a per customer or developer basis. Please feel free to either file an Issue or perform a Pull request should you find a bug or would like to make an enhancement on your own.

About

Bot Application to all for someone to enter in Suspicious Activity that they witnessed.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published