Humanize READMEs and guides for clearer, professional tone
CI / skip-ci-check (pull_request) Successful in 32s
CI / secret-scan (pull_request) Successful in 30s
CI / python-ci (pull_request) Successful in 2m5s

Align with project-template docs/writing-docs.md: plain openings, no
emoji decoration, archive scratch plans where they cluttered live docs.
This commit is contained in:
2026-08-05 14:52:53 -04:00
parent d790dc753b
commit 662cb1b1b8
29 changed files with 613 additions and 747 deletions
+7 -7
View File
@@ -2,14 +2,14 @@
## TL;DR: You can test everything for $0
### Already Working (PR1 )
### Already Working (PR1 )
- **Price data**: `yfinance` (free, unlimited)
- **Unit tests**: Mocked data in `tests/` (15 passing tests)
- **Coverage**: 87% without any paid APIs
### For PR2 (Congressional Trades) - FREE Options
#### Best Option: House Stock Watcher 🌟
#### Best Option: House Stock Watcher
```bash
# No API key needed, just scrape their public JSON
curl https://housestockwatcher.com/api/all_transactions
@@ -44,10 +44,10 @@ python scripts/fetch_house_watcher_sample.py # We'll build this in PR2
### What You DON'T Need to Pay For
QuiverQuant Pro ($30/mo) - free tier is enough for dev/testing
Financial Modeling Prep paid tier - free tier works
Any paid database hosting - SQLite works great locally
Any cloud services - runs 100% locally
QuiverQuant Pro ($30/mo) - free tier is enough for dev/testing
Financial Modeling Prep paid tier - free tier works
Any paid database hosting - SQLite works great locally
Any cloud services - runs 100% locally
### When You MIGHT Want Paid (Way Later)
@@ -56,7 +56,7 @@ python scripts/fetch_house_watcher_sample.py # We'll build this in PR2
- Multiple concurrent users on a dashboard
- Commercial use (check each API's terms)
**For personal research? Stay free forever. 🎉**
**For personal research? Stay free forever. **
---