Is it possible to run rasa server using python file?

I want to run my rasa bot with action server and possible inputs like models, endpoint, port, logfile, etc. using python file for debugging purpose.

Python version: 3.7

OS: ubuntu 18.04

Rasa version: 1.6.1

Rasa SDK version: 1.6.1

Check this post http://forum.rasa.com/t/running-rasa-within-an-ide-for-debugging-purposes/13557/6

Specifically the script by @Arjaan It worked for me.

You can also append ‘shell’ as a parameter to debug using rasa shell command line.

@kellog, Thanks it works for me. :+1: