indicaindependent/capwatch-public
GitHub: indicaindependent/capwatch-public
Stars: 0 | Forks: 0
# 🏛️ CapWatch Public
**OSINT tracker for US Capitol surveillance systems and contractor spending**
[](https://workers.cloudflare.com)
[](LICENSE)
[](https://osintnet.uk)
## What Is This
CapWatch tracks surveillance technology procurement at the US Capitol — cameras, biometrics, access control systems, and the contractors who supply them.
Built on public contract data from USASpending.gov and FOIA disclosures. Everything here is public record.
## Data Sources
- **USASpending.gov** — Federal contract awards
- **QuiverQuant** — Congressional contract tracking
- **FOIA disclosures** — MuckRock database
- **GAO reports** — Government accountability findings
## Architecture
Cloudflare Worker (capwatch-public)
│
├── D1 (contract records, vendor database)
├── KV (news cache, rate limiting)
└── REST API (/api/contracts, /api/vendors, /api/news)
## Self-Hosting
git clone https://github.com/indicaindependent/capwatch-public
cd capwatch-public
cp wrangler.toml.example wrangler.toml
wrangler d1 create capwatch-db
wrangler secret put QUIVERQUANT_API_KEY
wrangler secret put NEWS_API_KEY
wrangler deploy
## License
[AGPL-3.0](LICENSE) — Modifications must be open-sourced.
Public record data only | Built by VPDLNY