Skip to content

mitch7744/confluence-markdown-exporter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A very simple Confluence to Markdown exporter.

This code is not written with security in mind, do NOT run it on a repository that can contain mailicious page titles.

Usage

  1. Install requirements: pip3 install -r requirements.txt
  2. Run the script: python3.9 confluence-markdown-export.py url username token out_dir providing URL e.g. https://YOUR_PROJECT.atlassian.net, login details - username and API Token, and output directory, e.g. ./output_dir

The secret token can be generated under Profile -> Security -> Manage API Tokens

About

A very simple Confluence to Markdown exporter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%