https://github.com/benature/sync-confluence
Sync local markdown files to Confluence (server).
https://github.com/benature/sync-confluence
confluence confluence-server markdown
Last synced: 2 months ago
JSON representation
Sync local markdown files to Confluence (server).
- Host: GitHub
- URL: https://github.com/benature/sync-confluence
- Owner: Benature
- Created: 2022-11-05T18:32:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-06T09:35:50.000Z (about 3 years ago)
- Last Synced: 2025-02-24T10:18:48.649Z (over 1 year ago)
- Topics: confluence, confluence-server, markdown
- Language: Python
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sync-confluence
Sync local markdown files to Confluence (server).
Init config file:
```shell
cp config_sample.py config.py
```
Update cookies (from `Microsoft Edge`)
```shell
python cookies.py
```
Usage:
```shell
python sync.py
```
If the code encounter errors, check your cookies at first.
## TODO
- [ ] support local images
- [x] only sync files with specific tag
- [x] auto create new page
- [x] check whether the page is modified before update, if not, jump this page.
## More
Install [terminal-notifier](https://github.com/julienXX/terminal-notifier)
```shell
brew install terminal-notifier
```
To specific the icon, refer to .