This project can be used as the base project to be used with our Python Scrapy Playbook/YouTube, Javascript tutorials
In most of the videos we use the commands below to
- Clone this project:
git clone https://github.com/python-scrapy-playbook/basic-scrapy-project.git
- Create a Python Virtual Environment:
python3 -m venv venv
- Activate the Python Virtual Environment:
source venv/bin/activate
- Install Scrapy using pip:
pip install scrapy
- Listing the scrapy projects
scrapy list
- Running the scrapy project:
scrapy crawl quotes