/fed-dot-plot-scraper

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

Primary LanguagePythonMIT LicenseMIT

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