Skip to content

yipcma/movie-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

movie-bot

movie bot code sample

This is the code repo for the movie-bot exercise in the Chatbot Workshop. The code is adapted and modified from this wonderful blog post.

Feel free to follow along with the course deck.

Prereqs

Beginner JS resources

My favorite beginner js book: Eloquent Javascript (in-browser coding exercises)

Interactive tutorial: Codecademy (Free, no need to go pro)

Install

git clone https://github.com/yipcma/movie-bot.git

cd movie-bot

npm install

Config

  • obtain apikey from omdb
  • edit config.js

Run

npm start

Test MQTT

npm mqtt
In another terminal
curl localhost:3000/mqtt_ping

Setup Recast.ai

Follow the original blog post.

Releases

No releases published

Packages

No packages published