Skip to content

Commit b1b7256

Browse files
Update README.md
1 parent 1849fe3 commit b1b7256

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,5 +330,13 @@ grid plot
330330
plot.grid()
331331
plot.show()
332332

333+
# scrapy
334+
```
335+
scrapy starproject projectname
336+
scrapy genspider spidername url
337+
scrapy crawl spidername
338+
```
339+
340+
333341

334342
__ @ 2021 06 18 __

0 commit comments

Comments
 (0)