hc99's picture
Add files using upload-large-folder tool
56d74b6 verified
# coding=utf-8
from atlassian import Confluence
confluence = Confluence(url="http://localhost:8090", username="admin", password="admin")
status = confluence.create_page(space="DEMO", title="This is the title", body="This is the body")
print(status)