From 0047055c42be83bf09449b6e29af4dc5e7253add Mon Sep 17 00:00:00 2001 From: Maciej Lebiest <68295743+Szwendacz99@users.noreply.github.com> Date: Fri, 13 May 2022 19:12:38 +0000 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f11b2dd..02b22cc 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,15 @@ # BookStack-Python-exporter Customizable script for exporting notes from BookStack through API -This script allows you to export Pages in any format available in BookStack's API (can choose multiple formats at once). +#### Features: +- export keeping the tree structure by making folders from Shelves, Books and Chapters +- export multiple formats at once +- customizable path for placing exported notes +- authorization token is loaded from txt file + +Requirements: +- Python at least in version 3.6 +- requests python library Full example on how to use the script: 1. Clone the repo