Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

fabiogermann/guru-confluence-importer

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

guru-confluence-importer

Easily import Guru collections to Confluence.

Currently tested with:

  • https://app.getguru.com/ exported collection as ZIP
  • https://?????.atlassian.net/wiki Atlassian Confluence Cloud

Usage

python3 guruCollectionToConfluence.py \
  --collection-dir ../export-20221201010000-/ \
  --user <user@org.com> \
  --api-key <apikey>
  --space-key '~PRIVATESPACE' \
  --parent 999999 \
  --organization myorg \
  --date-disclaimer yes \
  --migrate-tags yes
  • --collection-dir: path to the extracted guru collection
  • --user: email address that is associated with the API key
  • --api-key: API key associated with the user (https://id.atlassian.com/manage-profile/security/api-tokens)
  • --space-key: Confluence space that will contain the imported collection (see below "obtaining space key")
  • --parent: page ID that should contain the imported collections (see below "obtaining parent page id")
  • --organization: the subdomain part / name of the organization (i.e. "bestcorp" if the Confluence url is "bestcorp.atlassian.net")
  • --date-disclaimer: yes will add disclaimer with the original date at the top of each page
  • --migrate-tags: yes will migrate tags (as labels) if were exported

Obtaining the space key

Screenshot 2022-12-07 at 13 50 00

Obtaining the parent page id

Screenshot 2022-12-07 at 13 55 53 Screenshot 2022-12-07 at 13 56 29

References

Atlassian Forum Mention 1

About

Easily import Guru collections to Confluence

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.