A python script for syncing your obsidian vaults.
I started using obsidian recently, but I haven't used used it enough to pay for sync.
So I made this script to manually upload your backups to mega.nz :)
Based on:
- https://github.com/r4v10l1/python-zip-folder (Minecraft upload shit)
- https://github.com/mikkelrask/python-zip-folder (Sick rice)
git clone https://github.com/r4v10l1/PythonObsidianSync
cd PythonObsidianSync
pip install -r requirements.txt
python ObsidianSync.pyYou need to change the folowing variables inside the config.json file:
- email: Your mega.nz email.
- password: Your mega.nz password.
- obsidian-path: Local Obsidian vault path
- displayDetails:
trueorfalse - delete-local-file:
trueorfalse. Will delete the local .zip file after uploading.
