GithubHelp home page GithubHelp logo

mcbot's Introduction

mcbot - cognitive bots and mining github

[I am a robot]

Summary

In the 80s there was Zork, Zork, and Zork.
Multi-User Dungeons were a huge, addictive, virtual online world of text adventures.

Then Doom came along and text gaming went away.

The first text message was sent in 1992.
Texting is the most widely used and frequently used app on smartphones.

A conversational agent (aka Dungeon Master) is a bot that understands, reacts, responds, empathizes, and tells a story.

Building a Bot

Start with the Azure Bot Service - chatbot

If you have an Azure Subscription it's in the Azure Marketplace.

Continuous Integration

When the Bot Service is setup, in the Develop tab, you can Enable Continuous Integration.
Setup your GitHub Repo.
Clone the repo locally with git clone #my_git_repo_url#
Download and unzip the bot code to the cloned folder.
Push the code with git push
Complete the 4 step-process. Now you can't edit your code from the Azure Portal.

Why didn't you just tell me you wanted to edit your code in the Azure Portal?

I did some git the hard way due to a fatal: refusing to merge unrelated histories message.

md mcbot
git init
unzip #mybotcode.zip#
git add --all
git status
code .
git commit -m "initial commit"
git remote add origin https://github.com/asears/mcbot.git
REM I did this since I forgot to create the repo first.
git pull --allow-unrelated-histories origin master

Ngrok

If you're running the Bot Framework Emulator behind a firewall or other network boundary and want to connect to a bot hosted remotely, you will need to install and configure tunneling software. Tunneling with Ngrok.

Download Ngrok โ€I want to expose a local server behind a NAT or firewall to the internet.โ€

LUIS

Microsofts Language Understanding Intelligent Service (LUIS)

Channels

For SMS, voip.ms provides cost-effective phone numbers.
Twilio

Building Documentation

http://www.stack.nl/~dimitri/doxygen/ http://www.mcternan.me.uk/mscgen/ http://www.graphviz.org/

App Manifest

This may need to go in the app manifest, if you get 500 server error.

<requestedExecutionLevel level="requireAdministrator" uiAccess="true" />

Kudu deployment Script

A deployment script can be generated and modified using the following commands:

azure config mode asm  
azure site deploymentscript --aspWAP mcbot.csproj -s mcbot.sln

It will generate .deployment and deploy.cmd files.

Links

Bot Directory
https://www.kik.com/about/
https://telegram.org/
https://groupme.com/en-US/about
https://teams.microsoft.com/downloads
https://blogs.msdn.microsoft.com/kaushal/2014/08/01/microsoft-azure-web-site-connect-to-your-site-via-ftp-and-uploaddownload-files/

To learn how to debug Azure Bot Service bots, please visit bf-docs-azure-debug

Microsoft Bot Builder is a powerful framework for constructing bots that can handle both freeform interactions and more guided ones where the possibilities are explicitly shown to the user. It is easy to use and leverages C# to provide a natural way to write Bots.

mcbot's People

Contributors

asears avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.