Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ChrisVo/cardinals

A list of Roman Catholic Cardinals in json format!
https://github.com/ChrisVo/cardinals

Last synced: 3 months ago
JSON representation

A list of Roman Catholic Cardinals in json format!

Awesome Lists containing this project

README

        

# 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](https://github.com/ChrisVo/cardinals/releases), 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](https://en.wikipedia.org/wiki/List_of_current_cardinals)