I am new in Scrapy, I just finished doing a project last night, how I can restart using the project again?
I did run source venv/scripts/activate
then the venv started but while I am running the scrapy crawl then I am getting an error
Scrapy 2.6.1 - no active project
Unknown command: crawl
Use "scrapy" to see available commands
Help please, thanks in advance.
>Solution :
from scrapy docs:
To put our spider to work, go to the project’s top level directory and run:
scrapy crawl spider_name