Sync local markdown files to Confluence (server).
Init config file:
cp config_sample.py config.py
Update cookies (from Microsoft Edge
)
python cookies.py
Usage:
python sync.py
If the code encounter errors, check your cookies at first.
- support local images
- only sync files with specific tag
- auto create new page
- check whether the page is modified before update, if not, jump this page.
Install terminal-notifier
brew install terminal-notifier
To specific the icon, refer to julienXX/terminal-notifier#131 (comment).