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.
14 lines
307 B
Markdown
14 lines
307 B
Markdown
# Almanac
|
|
|
|
![cover with ancient 3d book and the pzi wiki logo and homepage](almanac.jpg)
|
|
|
|
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.
|