I have a scrapy project that I would like to pack together for a client using windows without having to manually install dependencies for them. I came across cxfreeze, but I'm not quite sure how this will work with the scrapy project.
I think I will make some kind of interface and run scraw crawler with 'from scrapy.cmdline import execute', but I'm not sure.
Thanks in advance for your help.
source
share