Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 708 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 708 Bytes

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

Usage

  1. Run npm install.
  2. Copy .env.example to .env and set OUTPUT_DIR to be your desired output folder
  3. Run npm i -g to install the letterboxd command globally
  4. Run letterboxd diary [account name] with the letterboxd account name that you want to convert to Markdown