A CLI Python script to compare two users' Letterboxd watched films, with ratings and likes
Go to file
JinEnMok f0cc6d4703 fixes 2024-02-11 13:36:05 +03:00
lttrpy fixes 2024-02-11 13:36:05 +03:00
.gitignore progres, i guess 2024-02-11 03:38:18 +03:00
LICENSE Initial commit 2024-01-23 00:47:20 +03:00
README.md minor touches 2024-01-25 00:48:06 +03:00
pyproject.toml initialise structure 2024-01-23 02:37:47 +03:00

README.md

lttrpy

A CLI Python script to compare users' Letterboxd "watched" lists, with ratings and stars

Usage

python lttrpy [-h] [-v] user1 [user2 ...]

Requirements

  • Python >= 3.9
  • requests
  • beautifulsoup4
  • Optional, for slightly faster execution:
    • lxml
    • faust-cchardet