How to use the Atlassian Python API to set the tags for all pages who are children of the page with the URL provider. You can pass the entire URL, no need to pass a page ID: the script finds the proper page ID for you.
It requires a Confluence personal access token (PAT) which is assumed to live in `./ConfluencePAT`.
https://gist.github.com/juandesant/335e4dabdd55f7f802edc4d7227bf091
#Python #confluence #atlassianpythonapi