Exports the notes of the application Notes for MacOS, Fastmail... in Markdown.
Go to file
2017-01-29 19:29:51 +01:00
.gitignore First commit 2017-01-29 19:21:00 +01:00
notes.py First commit 2017-01-29 19:21:00 +01:00
readme.md Update readme.md 2017-01-29 19:29:51 +01:00
requeriments.txt First commit 2017-01-29 19:21:00 +01:00

Notes to MarkDown

Exports the notes of the application Notes for MacOS, Fastmail... in Markdown.

Requeriments

You will need to have installed python3. Then you will have to install dependencies.

pip install -r requeriments.txt

Use

Compatible with any account. You only need to know what the SMTP address of your email account. The following example would be using Gmail.

python3 notes.py --imap imap.gmail.com --user my@gmail.com --password 123456

The final result will be in a new folder called notes in the same directory as the script.