Skip to content

This repository contains python script for Confluence attachment update

Notifications You must be signed in to change notification settings

sahotay/Confluence_Page_Update

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Error in user YAML: (<unknown>): did not find expected alphabetic or numeric character while scanning an alias at line 9 column 1
---
# **Prerequisites**
1. Python with required libraries installed.
2. Confluence page with an attachment which should be updated.  
3. .csv file.
4. The id of Confluence page.
5. The id of the attachment.

## Required libraries
* csv
* json
* os
* requests
* sys
* ConfigParser
* requests.auth

---

How to run script

python SCRIPT_NAME PATH_TO_CSV_FILE CONFLUENCE_PAGE_ID ATTACHMENT_ID  

Example command:

python update_page.py test.csv 53000038 att50990900

About

This repository contains python script for Confluence attachment update

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages