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

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


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

docker python3 scrapy-tutorial

Last synced: about 2 months 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)