Skip to content

python-scrapy-playbook/testing_args

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Basic-scrapy-project

This project is to verify args is working

Getting Started - Cheat Sheet

In most of the videos we use the commands below to

  1. Clone this project: git clone xxxxxx
  2. Create a Python Virtual Environment: python3 -m venv venv
  3. Activate the Python Virtual Environment: source venv/bin/activate
  4. Install Scrapy using pip: pip install scrapy
  5. Listing the scrapy project: scrapy list
  6. Running the scrapy project: scrapy crawl testing_args -a category=plastic_product

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages