Extracting the "dot plot" economic projections posted online by the Federal Open Market Committee
Clone the repository.
gh repo clone palewire/fed-dot-plot-scraperMove into the directory.
cd fed-dot-plot-scraperInstall the dependencies.
pipenv install --devRun the scraper.
pipenv run python -m src.scrapeThat will output a CSV to the shell. You can write it to a file like this:
pipenv run python -m src.scrape > output.csv