Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 294 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 294 Bytes

Web-Scraping - Stocks

This project scrapes the NYSE stocks website using the Scrapy framework. The scraped file is then stored in a CSV and sent as an attachment through email using Python's 'smtplib' module that can be used to send mail to any Internet machine with an SMTP listener daemon.