Ecosyste.ms: Awesome
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: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ryichk/scrapy-sandbox-on-docker
- Owner: ryichk
- Created: 2021-02-07T08:43:41.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-07T17:24:42.000Z (almost 4 years ago)
- Last Synced: 2024-12-17T19:09:25.569Z (19 days ago)
- Topics: docker, python3, scrapy-tutorial
- Language: HTML
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)