Basic Pipeline
This release introduces a basic, extendable pipeline for working with Bitcoin Improvement Proposals (BIPs). Running main.py will:
- Download all BIP files (and their associated resources).
- Extract the preamble data from each BIP and save it to a separate JSON file.
- Augment those JSON files with additional GitHub metadata (e.g., commit history, contributor counts) and basic insights (e.g., compliance checks, word frequency counts).
These structured JSON outputs are intended to simplify data analysis for anyone interested in BIPs, providing a solid foundation for deeper research or further pipeline customization.