scraping-etsy
scraping-etsy copied to clipboard
Error when running example
Hello,
This is the issue I have on my platform (Debian 11).
$ scrapy crawl search_products -a search='3d printed' -a count_max=10 -o products.csv Scrapy 2.2.0 - no active project
Unknown command: crawl
These are the available commands on my box
$ scrapy Scrapy 2.2.0 - no active project
Usage:
scrapy
Available commands:
bench Run quick benchmark test
commands
fetch Fetch a URL using the Scrapy downloader
genspider Generate new spider using pre-defined templates
runspider Run a self-contained spider (without creating a project)
settings Get settings values
shell Interactive scraping console
startproject Create new project
version Print Scrapy version
view Open URL in browser, as seen by Scrapy
[ more ] More commands available when run from project directory
Use "scrapy
Unknown command: crawl
Any idea of what the issue may be?