Skip to content

xieheng0915/quotesbot-scrapy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

  1. Install scrapy
  2. Use scrapy shell to confirm if it's successfully installed.
  3. scrapy startproject projectname
  4. cd projectname
  5. scrapy genspider [-t] [templatename, eg.csvFeedSpider] spidername Add contents by programing

Runing the spider, start to Çrawl:

  1. scrapy crawl toscrapy-css -o toscrapy-css.json etc.
$ scrapy list
toscrape-css
toscrape-xpath

I didn't upload crawling result file toscrapy-css.json and other json files, they are too large, U can just try this applications.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages