We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9c0270 commit 7f432d0Copy full SHA for 7f432d0
README.md
@@ -10,11 +10,8 @@ Data.One Dataset: http://www.gov.hk/en/theme/psi/datasets/restaurantlicences.htm
10
Installation
11
------------
12
13
-$ pip install -r requirements.txt
14
-
15
-$ scrapy startproject LP_Restaurants_Scrapy
16
17
-$ cd LP_Restaurants_Scrapy
18
19
-$ scrapy genspider rlxml fehd.gov.hk
+$ pip install -r requirements.txt
+$ git clone https://github.com/sammyfung/LP_Restaurants_Scrapy
+$ cd LP_Restaurants_Scrapy/LP_Restaurants_Scrapy
+$ scrapy crawl rlxml -t json -o -o restaurant_licenses.json
20
0 commit comments