https://github.com/marcionicolau/tutorial_scrapy_quotes
https://github.com/marcionicolau/tutorial_scrapy_quotes
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/marcionicolau/tutorial_scrapy_quotes
- Owner: marcionicolau
- Created: 2018-07-19T19:59:32.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-19T20:03:09.000Z (almost 8 years ago)
- Last Synced: 2024-12-27T17:43:57.748Z (over 1 year ago)
- Language: Python
- Size: 50.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Authors: authors.json
Awesome Lists containing this project
README
# tutorial_scrapy_quotes
> running author collector
```
scrapy crawl author -o authors.json
```
> running quotes collector
```
scrapy crawl quote -o quotes.json