Skip to content

fabiogermann/guru-confluence-importer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 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 <[email protected]> \
  --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

Languages