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.exampleto.envand setOUTPUT_DIRto be your desired output folder - Run
npm i -gto install theletterboxdcommand globally - Run
letterboxd diary [account name]with the letterboxd account name that you want to convert to Markdown