1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 09:41:20 +00:00
dockerfiles/scrapy
2015-05-28 12:21:17 +08:00
..
Dockerfile update 2015-05-28 12:21:17 +08:00
Dockerfile.old add scrapy 2015-05-28 09:07:32 +08:00
README.md update 2015-05-28 12:21:17 +08:00

WHAT-IS

Scrapy: An open source and collaborative framework for extracting the data
you need from websites. In a fast, simple, yet extensible way.

This image is based on debian:jessie, and it only takes 278.6 MB.
You can create a scrapy (v0.24.6) project on top of this image.

HOW-TO

$ docker run --name scrapy -it vimagick/scrapy
>>> scrapy startproject demo
>>> cd demo
>>> scrapy genspider example example.com
>>> scrapy edit example
>>> scrapy crawl example

TODO-LIST