I have a spider that has a custom feed export, the results are sent to a Google Sheet, that runs fine locally but I don't see any way to specific the exporter when running on Scrapy Cloud... ideally i'd like to run this once per day as a periodic job.
A - is this possible?
B - if it's possible, how do I configure the spider to run with the custom exporter rather than producing the standard outputs?
Trevor Burton-McCreadie
I see this question https://support.zyte.com/support/discussions/topics/22000009365 which has no official response and it's 3 years old so raising a new ticket.
I have a spider that has a custom feed export, the results are sent to a Google Sheet, that runs fine locally but I don't see any way to specific the exporter when running on Scrapy Cloud... ideally i'd like to run this once per day as a periodic job.
A - is this possible?
B - if it's possible, how do I configure the spider to run with the custom exporter rather than producing the standard outputs?