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.
To boot this bot locally:
bundle
- Start your local Redis server (
redis-server
) stealth s
ngrok http 5000
For more information, please check out the Stealth documentation.