Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 404 Bytes

File metadata and controls

17 lines (13 loc) · 404 Bytes

Scrape Seeking Alpha Earnings Call Transcript

Using Splinter Browser and download specific version chromedriver.exe from https://chromedriver.chromium.org/downloads

Virtual Environment & Requirements

python3 -m venv venv
source venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt

Run and scrape data from Seeking Alpha Website

python3 scrapy.py