Skip to content

anakornk/simple-messenger-bot-rails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Messenger Bot Rails

Screenshot

This bot is a Ruby on Rails version of the Simple Echo Bot from the Facebook Messenger Platform Quick Start guide. It has the same features as the node.js version (plain text, generic message and postback).

Links

Setup

  1. git clone git@github.com:anakornk/simple-messenger-bot-rails.git
  2. cd simple-messenger-bot-rails
  3. bundle install
  4. bundle exec figaro install
  5. Edit application.yml
PAGE_ACCESS_TOKEN: "pageaccesstokenhere"
VERIFY_TOKEN: "verifytokenhere"