Script to create Boostnotes from anyone's public gists.
Although Gist Service is a great cloud platform for your notes/snippets, you can't organize them properly as it doesn't have such required features like smart search and tagging. I switched from Gist to Boostnote, which promotes these features by default. However, I didn't want to copy and paste all the gists, chose writing a small script for those who have similar considerations instead.
- Python > 3.5
- MacOS or Linux
- Backup your
Boostnote
folder just in case. (containingnotes
andboostnote.js
) - Create a folder in BoostNote app, script will create notes into it.
- Clone the repo
cd gist-to-boostnote
pip3 install -r requirements.txt
export PYTHONPATH=./
- python3 src/gist-to-boostnote.py /YOUR/BOOSTNOTE/FOLDER/PATH GITHUB_USER_NAME BOOSTNOTE_FOLDER_NAME
- e.g.
python3 src/gist-to-boostnote.py /Users/skynyrd/Boostnote skynyrd GistFolder
- e.g.
- Tests
- Docker support