This project is to verify args is working
In most of the videos we use the commands below to
- Clone this project:
git clone xxxxxx
- 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 project:
scrapy list
- Running the scrapy project:
scrapy crawl testing_args -a category=plastic_product