scrapinghub/portia
PythonVisual scraping for Scrapy
web-scrapingscrapyvisual-scrapingdata-extractioncrawler
주요 지표
스타 성장
스타
9.5k
포크
1.4k
주간 성장
+-4
이슈
111
5k
2023년 1월2023년 8월2024년 3월2024년 11월2025년 6월2026년 1월2026년 9월
아티팩트PyPI
README
Portia
Portia is a tool that allows you to visually scrape websites without any programming knowledge required. With Portia you can annotate a web page to identify the data you wish to extract, and Portia will understand based on these annotations how to scrape data from similar pages.
Running Portia
The easiest way to run Portia is using Docker:
You can run Portia using Docker & official Portia-image by running:
docker run -v ~/portia_projects:/app/data/projects:rw -p 9001:9001 scrapinghub/portia
You can also set up a local instance with Docker-compose by cloning this repo & running from the root of the folder:
docker-compose up
For more detailed instructions, and alternatives to using Docker, see the Installation docs.
Documentation
Documentation can be found from Read the docs. Source files can be found in the docs directory.
관련 저장소