This project will read the RSS feed of a Letterboxd user and create local Markdown files from the user’s Letterboxd diary. This is most useful for creating a local archive of your Letterboxd account (I use it for publishing my film log to my Eleventy-based website).
This uses a fork of the npm module letterboxd
- Run
npm install
. - Copy
.env.example
to.env
and setOUTPUT_DIR
to be your desired output folder - Run
npm i -g
to install theletterboxd
command globally - Run
letterboxd diary [account name]
with the letterboxd account name that you want to convert to Markdown