Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 458 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 458 Bytes

#Reminder this repo is for educational and personal use only

stock-options

Install Python on your workstation from https://www.python.org/

Install scrapy and its dependencies

pip install Scrapy

Clone stock-options to your local workstation

git clone https://github.com/mrunalshah6/stock-options.git

Change directory to the "tutorial" folder with the scrapy.cfg file

cd /to/your/file/location/tutorial

Run

scrapy crawl quotes -o stocks.csv