Skip to content

stanzhengdev/fb_botjot

Repository files navigation

Bots

Facebook messenger bot exploration. Connected to a personal page that can me messaged. Relevant commands listed below.

installation

# requires node 3+ and node 6+
cd node
npm install
# fill this out accordingly
cp -r config/example_default.json config/default.json
npm start

Commands

  • [] Weather
  • [] Currency
  • [] Stock

Original Messenger Platform Sample

This is a sample project showcasing the Messenger Platform. You can go through the walk-through to understand this code in more detail. The Complete Guide goes deeper into the features available.

Visit the dev site to find out more details about the Messenger Platform.