Skip to content

IIGhouLII/movie-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 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 themoviedb
  • create an account, log in, go to settings, then go to API on the left panel
  • 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.

About

movie bot code sample

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%