/chat-bot-next-pusher

chat bot using next, dialogflow and pusher

Primary LanguageJavaScriptMIT LicenseMIT

Channe 24 news with Bobby Mc-newsfeed

A chatbot that can help out with news headlines and if you ask it nicely.

View tutorial

Getting Started

# clone repo
git clone git@github.com:Robophil/chat-bot-next-pusher.git

# install dependencies
yarn

# copy app keys from pusher dashboard and replace
# You can also move it to a .env file and source.
# Access values with process.env.*

# start next app
yarn run dev

# start server app
GOOGLE_APPLICATION_CREDENTIALS="/home/user/Downloads/service-account-file.json" node server.js

Prerequisites

  1. node
  2. npm

Built With

  • Pusher - APIs to enable devs building realtime features
  • NextJs - Framework for server-rendered or statically-exported React apps
  • Dialogflow - Dialogflow is an end-to-end development suite for building conversational interfaces for websites, mobile applications, popular messaging platforms, and IoT devices

Acknowledgments

https://github.com/Robophil/nextjs-javascript-starter