burgwyn / go-bot-chat

#DOI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

#DOI

License:MIT License


Languages

Language:JavaScript 100.0%