PythonConfluenceAPI
A Pythonic API wrapper over the Confluence REST API.
Install / Use
/learn @rpcope1/PythonConfluenceAPIREADME

PythonConfluenceAPI
PythonConfluenceAPI is a Pythonic API wrapper over the Confluence REST API, which cleanly wraps all of the methods present in the current Confluence API spec, and is easily adapter to be used with minimal effort in other frameworks such as concurrent futures, greenlets, and other concurrency schemes.
Read the latest PythonConfluenceAPI docs here.
How To Use
# Load API wrapper from library
from PythonConfluenceAPI import ConfluenceAPI
# Create API object.
api = ConfluenceAPI('username', 'password', 'https://my.atlassian.site.com/wiki')
# Get latest visible content from confluence instance.
confluence_recent_data = api.get_content()
# Create a new confluence space
api.create_new_space({'key': 'TEST', 'name': 'My Test Space', 'description': 'This is a test confluence space'})
All of the API methods have docstrings attached which mirror the official Atlassian documentation, as the API currently is a rather thin wrapper over top of the Confluence API. Users are advised to consult the source code or look at the Atlassian API documentation for further info. Examples are also provided in the Examples directory of the repository.
License
This repository was written for Pushrod Technology by Robert Cope, and is licensed as LGPLv3.
Related Skills
node-connect
351.4kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
110.7kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
351.4kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
351.4kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
