Skip to content

ThunderMind2019/whisky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

whisky auction scrapers

Setup

install virtual environment

sudo apt-get install python3-venv

python3 -m venv .venv

Activate virtual environment

source /path/to/venv/bin/activate

Install requirements

pip install -r requirements.txt

Run command


scrapy crawl whiskyhammer_current_spider    # `Whisky Hammer` For current auction (if any)
scrapy crawl whiskyhammer_past_spider    # `Whisky hammer` For past auction (all)

output in json file


scrapy crawl whiskyhammer_current_spider -o filename.json    # For current auction (if any)
scrapy crawl whiskyhammer_past_spider -o filename.json    # For past auction (all)

About

Whisky Auctions scraper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages