Skip to content

Commit dc3cc38

Browse files
authored
Update README.md
1 parent 337de36 commit dc3cc38

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Scrapy/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ This is the code for our first Spider.
150150

151151
Download the code [here](https://raw.githubusercontent.com/mGalarnyk/Python_Tutorials/master/Scrapy/fundrazr/fundrazr/spiders/fundrazr_scrape.py).
152152

153-
Save it in a file named <b>fundrazr_scrape.py</b> under the fundrazr/fundrazr/spiders directory in your project.
153+
Save it in a file named <b>fundrazr_scrape.py</b> under the fundrazr/fundrazr/spiders directory.
154154

155155
The current fundrazr directory should now have the following contents:
156156
![](https://github.com/mGalarnyk/Python_Tutorials/blob/master/Scrapy/Tutorial_Images/DirectoryafterMakingFile.png)
@@ -178,6 +178,6 @@ scrapy crawl my_scraper -o MonthDay_Year.csv
178178
![](https://github.com/mGalarnyk/Python_Tutorials/blob/master/Scrapy/Tutorial_Images/WebScrapingData1st.png)
179179
<br>
180180

181-
2. If you want to download a larger file (it was made by changing npages = 2 to npages = 450), you can download a bigger file with roughly 6000 campaigns scraped by clicking on this link [link](https://github.com/mGalarnyk/Python_Tutorials/raw/master/Scrapy/fundrazr/fundrazr/MiniMorningScrape.csv)
181+
2. If you want to download a larger file (it was made by changing npages = 2 to npages = 450), you can download a bigger file with roughly 6000 campaigns scraped by clicking on this [link](https://github.com/mGalarnyk/Python_Tutorials/raw/master/Scrapy/fundrazr/fundrazr/MiniMorningScrape.csv)
182182

183183
![](https://github.com/mGalarnyk/Python_Tutorials/blob/master/Scrapy/Tutorial_Images/dataset.png)

0 commit comments

Comments
 (0)