0.1.10 • Published 1 year ago

scrapy-ui v0.1.10

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

ScrapyUI

Running

via npx

This project uses Node as its runtime, so you can start service with npx.

npx scrapy-ui@latest run

By default, the service listens to port 8600. You can use --port to customize the port.

npx scrapy-ui@latest run --port 8000

via Docker

docker run -p 8600:8600 -d dogegg/scrapy-ui

Replace the <hostpath> below to save the database on the host.

docker run -p 8600:8600 --volume=<hostpath>:/data -d dogegg/scrapy-ui