Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonchurch/fb-slack-livechat
https://github.com/jonchurch/fb-slack-livechat
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jonchurch/fb-slack-livechat
- Owner: jonchurch
- Created: 2017-11-09T03:41:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-12T04:59:00.000Z (about 7 years ago)
- Last Synced: 2024-10-06T14:40:46.862Z (3 months ago)
- Language: JavaScript
- Size: 51.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Shhhh, they are listening
## Facebook Messenger => Slack
I will need to parse the messages from facebook somehow?
What is the intended result? Customer sends message text message to FB Bot, and it gets posted to a Slack channelFirst I need to get facebook messages at my Slackbot, register a FB webhook!
yeah lets register that webhookokay so we can receive FB messages now! Where to put em? Also how to understand em?
How to receive them em?
I want to notify the controller on 'message_recieved' from facebook, I can just do two controllers and live with it, I'm sure I'll run into some fucking gotchas but whateverOkay, I have two controllers, lets receive a message from FB as primary app, gotta install my botkit fork too
## Slack => Facebook Messenger