Skip to content

tofdaj/basic-scrapy-project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Basic-scrapy-project

This project can be used as the base project to be used with our Python Scrapy Playbook/YouTube, Javascript tutorials

Getting Started - Cheat Sheet

In most of the videos we use the commands below to

  1. Clone this project: git clone https://github.com/python-scrapy-playbook/basic-scrapy-project.git
  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 projects scrapy list
  6. Running the scrapy project: scrapy crawl quotes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%