scrapy-ui

0.1.10 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i scrapy-ui

Weekly Downloads

52

Version

0.1.10

License

none

Unpacked Size

2.7 MB

Total Files

133

Last publish

Collaborators

  • dogegg