python-scrapy
Debian-based docker image for scrapy
10K+
This repository contains a Dockerfile for Scrapy.
See the repo on Docker Hub.
docker build -t $USER-local/python-scrapy .$ docker run -it --rm badouralix/python-scrapy
>>> fetch("http://quotes.toscrape.com/")
>>> response.xpath("//title/text()").get()
'Quotes to Scrape'
See other examples at https://docs.scrapy.org/en/latest/intro/examples.html.
Unless expressly stated otherwise, all contents licensed under the MIT License.
Content type
Image
Digest
sha256:357e6dab6…
Size
421.7 MB
Last updated
4 months ago
docker pull badouralix/python-scrapy