spchuang / fb-local-chat-bot

Simple Node client for Messenger Bot designed for easy local testing
MIT License
100 stars 13 forks source link

How to use it #1

Open Mte90 opened 7 years ago

Mte90 commented 7 years ago

I have no idea how to install and try it. I have tried with the command but install only the packages. I tried with a git clone but when I try nodejs index.js I get nothing on the console and the application not start.

alexeybondarenko commented 7 years ago

Hi, @Mte90 . I've just created an example of usage from project example. https://github.com/alexeybondarenko/fb-local-chat-bot-example

Mte90 commented 7 years ago

Amazing! So the only line that i have to change is https://github.com/alexeybondarenko/fb-local-chat-bot-example/blob/master/app/server.js#L26 with my address?

rluetke commented 7 years ago

Mir hat noch "bluebird": "^3.3.5", in package.json unter "devDependencies" gefehlt. Aber sonst versuche ich noch, überhaupt mehr zu verstehen... Ralf

brianzhan commented 7 years ago

@alexeybondarenko wondering if what you wrote enables integration with real Facebook Messenger bot (on Facebook.com or Messenger.com), and if so, how?

alexeybondarenko commented 7 years ago

@brianzhan hi. I missed describing supporting env variables. I will update Readme soon.