This commit is contained in:
notplants 2024-02-21 12:46:33 -06:00
parent eb05f0a7cf
commit 52e0b49074
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ This is a python script for two tasks:
Here is an example, of using the both parts of the script, with the list https://bookwyrm.social/list/2634/s/calvin-and-hobbes
```
```bash
# download the bookwyrm list at https://bookwyrm.social/list/2634/s/calvin-and-hobbes and save the contents into a yaml as well as all the cover images into a folder at calvin-and-hobbes
python3 main.py bookwyrm-download --list-url="https://bookwyrm.social/list/2634/s/calvin-and-hobbes" --output-dir="calvin-and-hobbes"
# from the yaml and directory of images downloaded in the previous step, generate a static html page using the template in templates/bookshelf.html