Exports confluence cloud spaces into PDF files.
Rename .env.example to .env and fill in the values.
Create an API token in confluence cloud and add it to the .env file.
Install the requirements with pip3 install -r requirements.txt and then run the script with python3 confluence_export.py.
- Make sure pages are exported in the correct order
- Improve performance
- Add type hints
- Add tests
- Add support for other export formats
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.