10000 GitHub - coffeepenbit/bookstack at e9bc5952e4eedba1fc13d041335a6d848a393d18
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Apr 5, 2025. It is now read-only.

coffeepenbit/bookstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bookstack

version: 0.1.0-alpha.2

Please note that this project is currently in an unstable state. Please be patient.

A Python wrapper for BookStack's API

Installation

To install bookstack, run:

pip install bookstack

Setup

To use BookStack's API, you'll need to get a token ID and secret.

You can find how to get these values from your BookStack instance's doc page at http[s]://<example.com>/api/docs

Usage

Once you've acquired your token ID and secret, you're ready to rock.

import bookstack

# Input the appropriate values for these three variables
base_url = 'http[s]://<example.com>'
token_id = '<token_id>'
token_secret = '<token_secret>'

api = bookstack.BookStack(base_url, token_id=token_id, token_secret=token_secret)

About

A Python wrapper for BookStack's API

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 5

Languages

0