Skip to content

burgwyn/go-bot-chat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GO Bot Chat

A chat bot using Facebook's Messenger platform. The bot will ask the user series of questions to provide park recommendations, based on activity, geolocation and method of transportation.

gobot

Set up

npm install

Set the environmental variables according to your facebook app:

PAGE_ACCESS_TOKEN

VERIFY_TOKEN

Set the mongo connection string for session storage:

MONGO_CONNECTION_STRING

Debugging locally

node app

Application will run on http://localhost:5000/

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%