min-endow-scraper is a Python tool for extracting, filtering, and summarizing endowment-related quotes and statistics from institutional websites. It automates the process of crawling, parsing, and aggregating relevant financial quotes, producing clean markdown outputs for further analysis.
Install Requirements
pip install -r requests
pip install -r beautifulsoup4
Prepare Inputs
Run the Scraper
python main.py
View Results
outputs/run_datetimestamp/<entity>/ (7 markdown files per entity)outputs/<entity>/BestQuotes.md — Top 5 quotes for each entityoutputs/<entity>/CandidateURLs.md, RedFlagURLs.md, VisitedURLs.md, CandidateQuotes.md, RejectedQuotes.md, OpenQuotes.md — Supporting dataThis project is released under the MIT License.
This tool is intended for research and educational purposes.