Skip to content

Python script to export all contents of a confluence cloud space at once.

Notifications You must be signed in to change notification settings

Pronex/confluence_export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

confluence_export

Exports confluence cloud spaces into PDF files.

Usage

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.

To Do

  • Make sure pages are exported in the correct order
  • Improve performance
  • Add type hints
  • Add tests
  • Add support for other export formats

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

Python script to export all contents of a confluence cloud space at once.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages