scrapinghub / portia

Visual scraping for Scrapy
BSD 3-Clause "New" or "Revised" License
9.28k stars 1.41k forks source link

How to run a spider from portia without CLI and Scrapy Cloud? #866

Closed ghost closed 5 years ago

ghost commented 6 years ago

Currently, if I use the docker image scrapinghub/portia, I need to use portiacrawl command to run a spider.

But, I want to do it without CLI and without Scrapy Cloud, but I don't know how.

In addition, I also want a scheduling feature without Scrapy Cloud.

Could someone tell me how to do it?

IAmStoxe commented 5 years ago

The information you're looking for is found here: https://portia.readthedocs.io/en/latest/installation.html#docker-recommended

ghost commented 5 years ago

@KalibRx

I think portiacrawl is CLI, but I want to run it through Web UI with scheduling feature.

But currently, running spider through Web UI is only for scrapy cloud, I think.