Sign inSign up

vimagick/portia

By vimagick

Updated almost 9 years ago

Visual scraping for Scrapy

Image
6

5.4K

vimagick/portia repository overview

portia

Portia is a tool that allows you to visually scrape websites without any programming knowledge required.

docker-compose.yml

portia:
  image: vimagick/portia
  container_name: portia
  ports:
    - "9001:9001"
  volumes:
    - ./data:/app/slyd/data
  restart: always

up and running

$ cd ~/fig/portia/
$ docker-compose up -d
$ firefox http://localhost:9001/static/index.html

Tag summary

Content type

Image

Digest

Size

256.8 MB

Last updated

almost 9 years ago

docker pull vimagick/portia