Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 938 Bytes

README.md

File metadata and controls

40 lines (29 loc) · 938 Bytes

Catholic Cardinals in JSON

List of Roman Catholic Cardinals in json format.

To download the latest list of Cardinals, please go to the releases page, and download the cardinal.json file.

An example of an JSON object:

    {
      "Rank": "1",
      "Name": "Giovanni Battista Re",
      "Country": "Italy",
      "Born": "30 January 1934",
      "Order": "CB",
      "Consistory": "21 February 2001",
      "Office": "Prefect emeritus of the Congregation for Bishops",
      "PapalConclaveEligible": false,
      "CreatedCardinalBy": "Pope John Paul II"
    }

Requirements

  • Python3+

Usage

  1. Clone this repository

  2. Install dependencies

    pip install -r requirements.txt

  3. Run script

    python cardinal.py


Sources

The data is scraped from the "list of cardinals" Wikipedia page