We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e63543 commit 0d02ebbCopy full SHA for 0d02ebb
README.md
@@ -22,7 +22,14 @@ Additionally, make sure that Scrapy-Splash is installed:
22
Then run the Docker container on port 8050
23
24
$ docker run -it -p 8050:8050 scrapinghub/splash
25
+
26
+Clone the project and change to the project directory
27
28
+ $ git clone https://github.com/doubleSlashde/scrapy-splash-exercise.git
29
+ $ cd scrapy-splash-exercise
30
31
32
For running the spider, enter the following command in your CLI:
33
34
$ scrapy crawl places_review_spider -o reviews.json
35
0 commit comments