Reputation: 111
I am trying to launch scrapy shell in terminal. However it keeps giving invalid syntax error. I am using Python 2.7.13 and Mac Sierra 10.12.6.
>>> import scrapy
>>> scrapy shell 'http://quotes.toscrape.com/page/1/'
File "<stdin>", line 1
scrapy shell 'http://quotes.toscrape.com/page/1/'
^
SyntaxError: invalid syntax
Thanks lot!
Upvotes: 4
Views: 2478