sudo apt-get install python3-venv
python3 -m venv .venv
source /path/to/venv/bin/activate
pip install -r requirements.txt
scrapy crawl whiskyhammer_current_spider # `Whisky Hammer` For current auction (if any)
scrapy crawl whiskyhammer_past_spider # `Whisky hammer` For past auction (all)
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)