Skip to content

Commit

Permalink
docs(README.md): reflect changes to Fed_NewYork.py script
Browse files Browse the repository at this point in the history
  • Loading branch information
lorae committed Jan 12, 2024
1 parent c950d7a commit 92b4de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Websites that are scraped for data, as of September 2023, are:
| [Federal Reserve Bank of Chicago](https://www.chicagofed.org/publications/publication-listing?filter_series=18) | roundup_scripts/scrapers/Fed_Chicago.py | Scrapes main landing page and each individual WP's landing page using Requests and BeautifulSoup |
| [Federal Reserve Bank of Cleveland](https://www.clevelandfed.org/publications/working-paper) | roundup_scripts/scrapers/Fed_Cleveland.py | Scrapes and parses main landing page using Selenium and BeautifulSoup. |
| [Federal Reserve Bank of Dallas](https://www.dallasfed.org/research/papers) | roundup_scripts/scrapers/Fed_Dallas.py | Scrapes main landing page using requests and BeautifulSoup and also reads data from PDFs using PyPDF and io |
| [Federal Reserve Bank of New York](https://www.newyorkfed.org/research/staff_reports/index.html) | roundup_scripts/scrapers/Fed_NewYork.py | Parses and scrapes main landing page using requests_html and BeautifulSoup. Scrapes each individual WP's landing page using Requests and BeautifulSoup |
| [Federal Reserve Bank of New York](https://www.newyorkfed.org/research/staff_reports/index.html) | roundup_scripts/scrapers/Fed_NewYork.py | Uses requests to access New York Fed API for JSON-formatted data on recent publications. Scrapes each individual WP's landing page using requests and BeautifulSoup |
| [Federal Reserve Bank of Richmond](https://www.richmondfed.org/publications/research/working_papers) | roundup_scripts/scrapers/Fed_Richmond.py | Reads main landing page using Selenium and parses with BeautifulSoup. Extracts data from each individual WP's landing page using Requests and BeautifulSoup and reads PDF metadata using PyPDF2 and io |
| [Federal Reserve Bank of Philadelphia](https://www.philadelphiafed.org/search-results/all-work?searchtype=working-papers) | roundup_scripts/scrapers/Fed_Philadelphia.py | Reads main landing page using Selenium and parses with BeautifulSoup. Extracts data from each individual WP's landing page using Requests and BeautifulSoup and reads PDF metadata using PyPDF2 and io |
| [Federal Reserve Bank of San Francisco](https://www.frbsf.org/economic-research/publications/working-papers/) | roundup_scripts/scrapers/Fed_SanFrancisco.py | Parses and scrapes main landing page using requests_html and BeautifulSoup. |
Expand Down

0 comments on commit 92b4de4

Please sign in to comment.