Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 804 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 804 Bytes

Extracting the "dot plot" economic projections posted online by the Federal Open Market Committee

Usage

Clone the repository.

gh repo clone palewire/fed-dot-plot-scraper

Move into the directory.

cd fed-dot-plot-scraper

Install the dependencies.

pipenv install --dev

Run the scraper.

pipenv run python -m src.scrape

That will output a CSV to the shell. You can write it to a file like this:

pipenv run python -m src.scrape > output.csv