requirements:
- python
installation:
- install Scrapy:
pip install Scrapy - edit configuration
cp config.py.template config.py && vi config.py - run Scrapy:
scrapy crawl contacts -o my_contacts.json
| Name | Name | Last commit date | ||
|---|---|---|---|---|
requirements:
installation:
pip install Scrapycp config.py.template config.py && vi config.pyscrapy crawl contacts -o my_contacts.json