I am running periodic spiders in Scrapy Cloud and exporting the results to an AWS S3 Bucket. I need to dynamically upload my Wordpress tables with these results and I am currently using TablePress plugin which has a "Import tables" option but it only allows me to update the tables each 15 minutes.
Is there any way I could perform these periodic updates every 5 minutes, or better, when the AWS S3 file changes?
A Wordpress plugin that works with Scrapinghub directly could solve my problem too, but I have searched and haven't found any.