All Projects → siemens → Confluence Dumper

siemens / Confluence Dumper

Licence: mit
Tool to export Confluence spaces and pages recursively via its API

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Confluence Dumper

K8s Offline
Offline installation package for kubernetes.
Stars: ✭ 72 (-16.28%)
Mutual labels:  offline
Domsnap
Offline web pages by persist DOM to IndexedDB/WebSQL
Stars: ✭ 75 (-12.79%)
Mutual labels:  offline
Vault
Easy persistence of Contentful data for Android over SQLite.
Stars: ✭ 80 (-6.98%)
Mutual labels:  offline
Rest Client
A tool for automated testing REST API, generating exquisite testing report and REST API documentation.
Stars: ✭ 1,181 (+1273.26%)
Mutual labels:  rest-client
Furl
Interact with HTTP resources using F# scripting
Stars: ✭ 75 (-12.79%)
Mutual labels:  rest-client
Restclient Cpp
C++ client for making HTTP/REST requests
Stars: ✭ 1,206 (+1302.33%)
Mutual labels:  rest-client
Spotify Onthego
Download Spotify playlists by searching for audio files on YouTube
Stars: ✭ 66 (-23.26%)
Mutual labels:  offline
Python Ilorest Library Old
Python library for iLO RESTful API
Stars: ✭ 85 (-1.16%)
Mutual labels:  rest-client
Have It
The fastest NPM install does nothing because you already have it
Stars: ✭ 75 (-12.79%)
Mutual labels:  offline
Parse Dashboard For Ios
A beautiful mobile client for managing your Parse apps while you are on the go! Now you can easily view and modify your data in the same way you would on the offical desktop client.
Stars: ✭ 81 (-5.81%)
Mutual labels:  rest-client
Enex Dump
Dump the content of .enex files, preserving attachements, some metadata and optionally converting notes to Markdown.
Stars: ✭ 73 (-15.12%)
Mutual labels:  dump
Zeal
Offline documentation browser inspired by Dash
Stars: ✭ 9,164 (+10555.81%)
Mutual labels:  offline
Macho Browser
Mac browser for Mach-O binaries (macOS, iOS, watchOS, and tvOS)
Stars: ✭ 77 (-10.47%)
Mutual labels:  dump
Regex101 Osx
Regex101 packaged as an offline Mac OSX application
Stars: ✭ 72 (-16.28%)
Mutual labels:  offline
Night
Weekly Go Online Meetup via Bilibili|Go 夜读|通过 bilibili 在线直播的方式分享 Go 相关的技术话题,每天大家在微信/telegram/Slack 上及时沟通交流编程技术话题。
Stars: ✭ 10,058 (+11595.35%)
Mutual labels:  offline
Flatris
Fast-paced two-player web game
Stars: ✭ 1,162 (+1251.16%)
Mutual labels:  offline
Nuxt Memwatch
Quickly watch real-time memory stats of your nuxt app
Stars: ✭ 76 (-11.63%)
Mutual labels:  dump
Create React Pwa
https://github.com/facebookincubator/create-react-app + Progressive Web App goodness
Stars: ✭ 1,268 (+1374.42%)
Mutual labels:  offline
Community Modules
Stars: ✭ 1,258 (+1362.79%)
Mutual labels:  offline
Ioskextdump
Dump Kext information from iOS kernel cache. Applicable to the kernel which dump from memory
Stars: ✭ 80 (-6.98%)
Mutual labels:  dump

============== How to install


Configure virtualenvwrapper


For convenience you should use virtualenvwrapper <http://virtualenvwrapper.readthedocs.io/en/latest/>_::

sudo pip install virtualenvwrapper

Add three lines to /etc/environment or another shell startup file::

export WORKON_HOME=$HOME/.virtualenvs export PROJECT_HOME=$HOME/python_dev source /usr/share/virtualenvwrapper/virtualenvwrapper.sh

Create a new virtual environment::

mkvirtualenv confluence_dumper_venv

Enter the virtual environment::

workon confluence_dumper_venv


Configure confluence dumper


Install dependencies::

pip install -r requirements.txt

Copy confluence settings::

cd confluence_dumper cp settings.sample.py settings.py

Please personalize the settings.py on your own according to your confluence instance.

========== How to use

Don't forget to switch to the virtual environment because of the installed dependencies::

workon confluence_dumper_venv

Run confluence dumper::

cd confluence_dumper python confluence_dumper.py

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].