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

https://github.com/stdevteam/test_scrapy


https://github.com/stdevteam/test_scrapy

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

#Scrapy Demo

install dependencies
```
sudo apt-get install python3 python3-dev
sudo apt-get install python-dev python-pip libxml2-dev libxslt1-dev zlib1g-dev libffi-dev libssl-dev
pip install --user pipenv
pipenv install --ignore-pipfile
```

Run spider
```
pipenv run scrapy crawl coles -a urls=,
```
Example
```
pipenv run scrapy crawl coles -a urls=https://www.coles.com.au/
```