You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
552 B
Markdown
26 lines
552 B
Markdown
2 years ago
|
---
|
||
|
categories:
|
||
|
- Wiki
|
||
|
- python
|
||
|
- list
|
||
|
cover: almanac.jpg
|
||
|
cover_alt: The ancient 3d book of Piet Zwart Wiki
|
||
|
date: 10/05/2023
|
||
|
description: List of wiki pages
|
||
|
git: https://git.xpub.nl/kamo/almanac
|
||
|
slug: almanac
|
||
|
title: Almanac
|
||
|
---
|
||
|
|
||
|
A python script that connect to the PZI Media Wiki API, and compile a list with the title of all the pages.
|
||
|
|
||
|
To run:
|
||
|
|
||
|
```
|
||
|
python3 almanac.py
|
||
|
```
|
||
|
|
||
|
It's going to save the list in alphabetic order into the `list.txt` file.
|
||
|
|
||
|
[here is the list (updated at 10/05/2023)](https://git.xpub.nl/kamo/almanac/raw/branch/main/list.txt)
|