8000 GitHub - andrea-cadeddu/scrapy_tutorials: Scrapy tutorials for master tag data science spring 2021
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

andrea-cadeddu/scrapy_tutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scrapy_tutorials

Scrapy tutorials for the master tag data science spring 2021 edition.

Description

This Scrapy project allows to scrape data of the following websites:

Installation

Install the Scrapy library in your environment

# PyPI
pip install scrapy
# conda
conda install -c conda-forge scrapy

To make sure you have installed the library correctly, run the scrapy command on the shell.

Usage

Scrape the data and save the results to json data

  • spider_name: [books, quotes]
  • filename: any value
scrapy crawl <spider_name> -o data/<filename>.json

About

Scrapy tutorials for master tag data science spring 2021

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0