Bitcoin-Report-Library

View the Project on GitHub SecretSatoshis/Bitcoin-Report-Library

Bitcoin Report Library

Welcome to the Bitcoin Report Library, the repository powering the reports and tables featured in the Secret Satoshis Newsletter.


How It Works

The codebase is modular and structured around the following core components:


Output

Each run of the tool produces:


Usage

You can check this repository daily for updated metrics — the reports are automatically refreshed using GitHub Actions. Alternatively, you can run the report locally at any time.

  1. Clone the Repository:
    git clone https://github.com/SecretSatoshis/Bitcoin-Report-Library.git
    cd Bitcoin-Report-Library
    
  2. Install Dependencies:
    pip install -r requirements.txt
    
  3. Generate the Report:
    python main.py
    

Data Sources

The project integrates data from the following providers:


License

This project is licensed under the terms of the GPLv3 license.