Skip to main content

Tools to work with an Atlassian Confluence (Data Center) instance.

Project description

Atlassian Confluence Tools

Generic Setup

pip install conflutools

# copy the confluence-configuration file and adjust its content:
cp confconf-example.yaml confconf.yaml
vim confconf.yaml

Recursive page export

After the preparation steps above:

# create a directory for storing the exports:
$EXPORT_DIR="/path/for/storing/wiki-exports"
mkdir $EXPORT_DIR
cd $EXPORT_DIR

# export by page ID:
export-pagetree --config confconf.yaml --page 53838601

# export by page title (requires the space KEY as well):
export-pagetree --config confconf.yaml --page "Project XY Pages" --space "FOO"

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

conflutools-0.2.0.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

conflutools-0.2.0-py3-none-any.whl (4.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page