Scrapy – Setting Feed Exporter Overwrite to True
I developed a Scrapy spider and I want to execute it without using the command line. That’s why I use CrawlerProcess
. I also want the output to be saved to a json file. Feed exporters are perfect in my case and the only way I could get them to work is by updating the settings this way: