Skip to content

Commit a658dda

Browse files
authored
Update README.md
1 parent 1189c95 commit a658dda

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

Scrapy/README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ Windows | [Install Anaconda on Windows](https://medium.com/@GalarnykMichael/inst
1717
Ubuntu | [Install Anaconda on Ubuntu](https://medium.com/@GalarnykMichael/install-python-on-ubuntu-anaconda-65623042cb5a#.4kwsp0wjl) | [Youtube Video](https://www.youtube.com/watch?v=jo4RMiM-ihs)
1818
All | [Environment Management with Conda (Python 2 + 3, Configuring Jupyter Notebooks)](https://medium.com/towards-data-science/environment-management-with-conda-python-2-3-b9961a8a5097) | [Youtube Video](https://www.youtube.com/watch?v=rFCBiP9Gkoo)
1919

20-
2. Install Scrapy (anaconda comes with it, but just in case). You can also install on your terminal (mac/linux) or command line (windows)
20+
2. Install Scrapy (anaconda comes with it, but just in case). You can also install on your terminal (mac/linux) or command line (windows).
21+
2122
```
2223
conda install scrapy
2324
```
@@ -165,8 +166,17 @@ scrapy crawl my_scraper -o MonthDay_Year.csv
165166
![](https://github.com/mGalarnyk/Python_Tutorials/blob/master/Scrapy/Tutorial_Images/ScraperRunning.png)
166167
<br>
167168

169+
2. The data should be outputted in the fundrazr/fundrazr directory.
170+
171+
![](https://github.com/mGalarnyk/Python_Tutorials/blob/master/Scrapy/Tutorial_Images/DataOutputtedLocation.png)
172+
<br>
173+
168174
## Our data.
169175

176+
1. The data outputted in this tutorial should look roughly like the image below. The individual campaigns scraped will vary as the website is constantly updated. Also it is possible there will be spaces between each individual campaign as excel is interpretting the excel file.
177+
178+
![]()
179+
170180
You can download the data by clicking on this [link](https://github.com/mGalarnyk/Python_Tutorials/raw/master/Scrapy/fundrazr/fundrazr/MiniMorningScrape.csv). This was made by running the code for npages = 450.
171181

172182
You can open the dataset by double clicking on it.

0 commit comments

Comments
 (0)