From: Dan Brown Date: Mon, 19 Sep 2022 17:03:57 +0000 (+0100) Subject: Added community section to readme X-Git-Url: http://source.bookstackapp.com/api-scripts/commitdiff_plain/ec7144602df8c259ec8f32c8c5b50ff577eacb52 Added community section to readme --- diff --git a/README.md b/README.md index 3cb6b1a..75bb5fc 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,28 @@ This repository contains different examples of BookStack API scripts that you mi 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. \ No newline at end of file +*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] + +- [GitHub Repo](https://github.com/Yetangitu/bs) + +A bash-based CLI for interacting with BookStack via the API. + +### coffeepenbit/bookstack [Python] + +- [GitHub Repo](https://github.com/coffeepenbit/bookstack) + +A Python wrapper for the BookStack API. + +### Szwendacz99/BookStack-Python-exporter [Python] + +- [GitHub Repo](https://github.com/Szwendacz99/BookStack-Python-exporter) + +A customizable Python script for exporting notes from BookStack through API. \ No newline at end of file