kindly properly explain where to store py file and where to run it
Not able to execute it
Hi mayank,
inside myproject there is one folder called spiders, store your quotes_spider.py inside this spider folder
And when you are executing the program with command : scrapy crawl quotes_spider -o quotes.json
make sure you are inside the outer myproject directory, there you can see scrapy.conf file as well. Run the command here.
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.