Skip to content

jamesbr3/conf2md

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

conf2md

Confluence to Markdown converter

Usage

python conf2md.py --username <username> --uri <Content-URI> 

Where Content-URI is of the form: https://example.atlassian.net/wiki/spaces/SPACE/pages/ID/TITLE

  • username can be stored as an environment variable ATLASSIAN_USER
  • password can be stored as an environment variable ATLASSIAN_TOKEN. If it is not found, conf2md will prompt you for it

API token

A Confluence API token can be obtained from https://id.atlassian.com

Navigate to Security -> API token -> Create and manage API tokens

It is recommended to use an API token (instead of your password) if this script is automated in any way

About

Confluence to Markdown converter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages