Examples of BookStack API scripts
Find a file
Dan Brown 0dc645ff7b
Updated php-export-all-books script
- Added better support for markdown via extension.
- Removed old fix for old 2020 bookstack bug.

Related to #11
2023-09-09 12:26:22 +01:00
.github Create FUNDING.yml 2021-01-02 18:15:33 +00:00
chrome-extension-google-search-results Added google search results chrome extension example 2022-05-09 18:08:36 +01:00
dotnet-upload-attachment Added dotnet attachment upload example 2022-02-06 06:48:51 +00:00
go-export-page-content Fixed go script path, added a little concurrency 2022-04-10 17:00:25 +01:00
node-docx-to-page Added node docx-to-page example 2021-06-05 00:28:08 +01:00
node-generate-postman-collection Added postman collection gen example 2022-02-10 12:53:25 +00:00
node-upload-attachment Added node-based file attachment upload example 2022-02-05 06:35:15 +00:00
php-book-to-static-site Made some fixes and added comments to static-site-gen 2021-01-03 18:53:45 +00:00
php-export-all-books Updated php-export-all-books script 2023-09-09 12:26:22 +01:00
php-generate-sitemap Fixed array concatenation in sitemap gen script 2021-11-09 14:36:46 +00:00
powershell-files-to-pages Updated powershell script readme 2023-03-01 22:54:30 +00:00
python-upload-attachment Added python attachment upload example 2022-12-03 02:45:54 +00:00
rust-list-all-pages Added rust-list-all-pages example 2022-06-02 16:12:24 +01:00
.gitignore Added python attachment upload example 2022-12-03 02:45:54 +00:00
LICENSE Initial commit 2021-01-02 18:14:50 +00:00
README.md Tweaked community list formatting 2022-09-19 18:05:59 +01:00

BookStack API Scripts

This repository contains different examples of BookStack API scripts that you might find useful to use or modify.

Each folder within this repo is a different script. Each script has it's own readme. Click into a folder to see the readme for detail about the script.

These scripts are not part an officially supported part of the BookStack project itself and therefore may be outdated or more likely to have bugs.

Community Projects & Scripts

Here we showcase the awesome projects and scripts built by members of the community. These may reflect more full-featured examples of API use, or may provide a more complete basis for your own work.

If you've created something Open Source, which is using the BookStack API, feel free to open a pull request to add your project to this list.

Yetangitu/bs [Bash]

A bash-based CLI for interacting with BookStack via the API.

coffeepenbit/bookstack [Python]

A Python wrapper for the BookStack API.

Szwendacz99/BookStack-Python-exporter [Python]

A customizable Python script for exporting notes from BookStack through API.