'Using Scrapy to get images
I am new to Scrapy have tried to create a new project using the command line (in Scrapy resource, and several forums), have installed the Scrapy module but it is not working.
It seems so simple.
Thank you.
import scrapy
scrapy startproject myproject
And I get:
File "C:/XX/1822197263.py", line 1
scrapy startproject myproject
^
SyntaxError: invalid syntax
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
