'Rasa integration with instagram
I am trying to integrate rasa with instagram. I am able to connect rasa with facebook. On the same line facebook also give instagram setting.
I tried to search some document for rasa with instagram. Is anyone able to connect, Please Help.
Steps I followed. (Tried to follow same step performed for facebook messenger)
Created app on facebook developer and added
messenger setupin the same.I have created instagram business account and connected to facebook
Created facebook page linked with same instagram accound.
In the app under
messengerininstagram settings(created on facebook developer) added facebook page created above andPAGE ACCESS TOKENgenerated.APP SECRETEPAGE ACCESS TOKENandVERIFY TOKENadded in rasa'scredential.ymlunder facebook. Rasa server started with abovecredential.ymlfilerasa run --credentials credentials.ymlAdded webhook URL in facebook APP configuration
Is any other steps I should follow. Not sure it is possible or not.
Solution 1:[1]
Instagram is not a channel currently supported by Rasa.
I would recommend creating a custom channel connector by starting with the Facebook Messenger channel connector as either the base class or as a template of how to get started.
Adding a link to the Instagram Messaging API docs too for more resources in case you are not already familiar with this.
Solution 2:[2]
As I searched through RASA FROUME and especially in tutorial part there is a way to do this.
Read this link https://forum.rasa.com/t/rasa-chatbot-on-instagram/51762 in here is completely described how to connect your rasa chatbot to Instagram and chat with
hope it helps
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Anca Lita |
| Solution 2 | masoud parpanchi |

