Skip to content

XPEHO/Chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chatbot

Export BookStack pages to PDF

Prerequisites

  • Python 3.9+
  • BookStack API token (token id + token secret)
  • BookStack URL

Setup

  1. Create a virtual environment
python -m venv .venv
source .venv/bin/activate
  1. Install dependencies
pip install -r requirements.txt
  1. Create a .env file (or update it) at the project root:
BOOKSTACK_URL=your_bookstack_url
BOOKSTACK_TOKEN_ID=your_token_id
BOOKSTACK_TOKEN_SECRET=your_token_secret

Run the export

python export_pages.py

PDFs will be saved to exports/

About

Chatbot IA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •