Skip to content

Basic Pipeline

Choose a tag to compare

@drsomnium drsomnium released this 10 Jan 16:56
· 350 commits to main since this release

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.