Skip to content

just-modeling/fhlb-boston-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create Conda Env

conda create --name fhlb-crawler python=3.9 ipykernel
conda activate fhlb-crawler

Install Selenium

pip install selenium

Install Chrome Driver

Check your chrome version and download the corresponding driver at https://chromedriver.storage.googleapis.com/index.html

Unzip the driver and put them under a local path, e.g. mine is /Users/zjia/Downloads/chromedriver-105 This path will be used by webdriver.Chrome() to initialize the web browser

Download directory

Set the downlaod directory, e.g. mine is /Users/zjia/Downloads/fhlb-historical-rates

Run script notebook

If Mac sends security warning on this driver, go to System Preferences -> Security & Privacy, allow the driver to Open Anyway.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published