How can I link python script with the rasa_management_model

Hi I am wondering how can I send text inserted by the user from a python program to the rasa_management_model.py after running it. I mean is there a way to send my input as an http request then receive the output from the bot and show it to the user.

Hi @amrouane, you can definitely do this via HTTP, check out our channels (the REST channel is probably the most applicable here).