Sunno / boostnote_exporter

Just a single script to save your boostnote documents into local files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BoostNote exporter

Just a single script to save your boostnote documents into local files

Important: it only saves documents that are inside the folders, if you have a document outside the folders they won't be saved, this is because BoostNote API is not listing these documents at the moment.

Requirements

Python 3.6+

How to install

Create a virtualenv and then install the requirements in

pip install -r requirements.txt

Then, copy .env.example file into .env and fill the Token with the one provided by BoostNote (at the moment I wrote this it was in the api settings section) and the BASE_DIR (this is optional, you can delete it if you want)

How to use

path is optional, use it if you didn't set the BASE_DIR env variable, if you don't set any dir it will fallback to ./backup

python main.py [<path>]

About

Just a single script to save your boostnote documents into local files

License:MIT License


Languages

Language:Python 98.5%Language:Shell 1.5%