https://github.com/robocorp/example-atlassian-confluence
Read tables from Confluence pages
https://github.com/robocorp/example-atlassian-confluence
Last synced: about 2 months ago
JSON representation
Read tables from Confluence pages
- Host: GitHub
- URL: https://github.com/robocorp/example-atlassian-confluence
- Owner: robocorp
- License: apache-2.0
- Created: 2023-08-22T10:16:58.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-22T12:19:36.000Z (almost 3 years ago)
- Last Synced: 2025-02-26T16:50:22.214Z (over 1 year ago)
- Language: Python
- Size: 6.84 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Read tables from Confluence pages
This example shows how to read content from [Atlassian Confluence](https://www.atlassian.com/software/confluence), specifically anything in the tables.
- Configure your Confluence connection parameters in the Vault, you'll need URL, username and token. See other connection methods [here](https://atlassian-python-api.readthedocs.io/index.html).
- Takes in a Page ID as input work item. Change the example work items to match your own Page IDs.
- Reads the page content, and parses all tables in to one JSON using [Beautifulsoup4](https://pypi.org/project/beautifulsoup4/).
- Creates an output work item of the table data.