Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ryichk/scrapy-sandbox-on-docker


https://github.com/ryichk/scrapy-sandbox-on-docker

docker python3 scrapy-tutorial

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

        

# Scrapy Sample on Docker

## Set UP

```docker
docker build --tag scrapy-sample . --no-cache
docker run -it --rm --name scrapy-sample -v $PWD:/app scrapy-sample
```

## Reference

[doc-ja-scrapy.readthedocs.io](https://doc-ja-scrapy.readthedocs.io/ja/latest/intro/tutorial.html)