Skip to content

yuryskaletskiy/yachtworld-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yachtworld-crawler

Prerequisites

  • Scrapy (for site grabbing)
  • ipython notebook/pandas/json/etc - to Excel conversion

how to use crawler

    1. put your YW search string to SEARCH_URL, file yachtworldcrawler/yachtworldcrawler/spiders/yachtworld.py (or you can keep default)
    1. cd yachtworldcrawler/yachtworldcrawler
    1. scrapy crawl -o yachts.json
    1. PROFIT!

how to convert to excel

    1. open ipython notebook ./yw-analyzer.ipynb
    1. correct IN_PATH/OUT_PATH in step 2
    1. run all
    1. PROFIT!

About

Export options from YachtWorld to Python/Excel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published