GithubHelp home page GithubHelp logo

jtkostman / reminder-bot Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sebsylvester/reminder-bot

0.0 2.0 0.0 149 KB

A clone of the 'Hello Jarvis' Facebook Messenger bot, built with Microsoft Bot Framework and Wit.ai.

License: MIT License

JavaScript 100.00%

reminder-bot's Introduction

reminder-bot

This is a clone of the Hello Jarvis Facebook Messenger bot, built with the Microsoft Bot Framework and Wit.ai for language processing. It has the exact same functionality and it required just 600 lines of code to implement.

Build Status codecov

Prerequisites

There are a number of things you'll need to do before running the bot:

  • Register your bot on the Bot Framework's Developer Portal. You might need to create an account first.
  • Create an App ID and password for your bot.
  • Get a Google Maps api key and activate the Geocoding and Time Zone API's in the Google API Console.
  • Get a Wit.ai account and create a new app from the backup file that is included in the repo's resources directory.
  • Get the Wit.ai Server Access Token from your app's settings page.
  • Install MongoDB. By default the bot will connect to a database named 'dev'. Create it with use dev from the mongo shell, or change the connection uri to select a different database.

Configuring the bot

The keys acquired from the previous section need to be passed to the bot via config.json in the project's root directory.

Using the bot with the Bot Framework Emulator

Set endpoint

Set App Id and password

  • Make sure you have MongoDB up and running before starting up the bot
  • Run some usual npm commands:
$ npm install
$ npm run build
$ npm start
  • Connect the emulator

reminder-bot's People

Contributors

sebsylvester avatar

Watchers

James Cloos avatar F3N1X 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.