Skip to content

A Facebook Messenger chatbot called WagSwag built in Ruby using the quasi-Rails Stealth framework. Presented at a Le Wagon Lightning Talk in 2020. Slides below:

Notifications You must be signed in to change notification settings

rahulkeerthi/ruby-fbmessenger-chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stealth Logo

Background

You can read the details of how this was created to help you better understand how Stealth works and what you can do with it (at least as far as Facebook Messenger is concerned): Part 1, Part 2 and Part 3 on Medium.

There's also an accompanying presentation which you're welcome to use or adapt with permission.

I also have a Stealth-based Twilio SMS bot you can check out to see how it integrates with Twilio to send and receive SMS messages.


Setup

To boot this bot locally:

  1. bundle
  2. Start your local Redis server (redis-server)
  3. stealth s
  4. ngrok http 5000

For more information, please check out the Stealth documentation.