Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 962 Bytes

readme.md

File metadata and controls

40 lines (24 loc) · 962 Bytes

Messenger Bot

A facebook messenger bot for DeadShot Studios

Steps to set up project

Make sure npm and nodejs are installed on your machine.

Clone the repository on your local machine and run.

Make a secret.json file in the main directory with the structure of demo_secret.json

Go to the facebook developers console and make a new app. Generate an Page access token. Put this in the app token field.

Deploy the project online (using heroku or some other service) and setup webhooks on the facebook developer console.

DeadShot Studios page on Facebook

Project ScreenShots

        


Steps to run project

npm install
Running the project

Deploy project

git push heroku master