Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/ChrisVo/cardinals
- Owner: ChrisVo
- Created: 2023-01-05T06:35:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-28T08:26:33.000Z (about 2 years ago)
- Last Synced: 2024-08-03T23:12:49.713Z (6 months ago)
- Language: Python
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-catholic - cardinals - La lista de todos los cardenales católicos romanos en formato json (Datos)
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)