I have a python script that I launched with the command scrapy crawl mynamefile.
I would like to run the python cli command scrapy crawl from a js file in my node js application, then display it in the console.
The problem is that I don't how to import the scrapy python library in node.
Thanks for your help!