├── FOMC.py ├── LICENSE ├── README.md └── requirements.txt /FOMC.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/souljourner/FOMC-Statements-Minutes-Scraper/HEAD/FOMC.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/souljourner/FOMC-Statements-Minutes-Scraper/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/souljourner/FOMC-Statements-Minutes-Scraper/HEAD/README.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | beautifulsoup4==4.3.2 2 | pandas==0.19.0 --------------------------------------------------------------------------------