vn-ki / letterboxd-compare

Compare two letterboxd profiles. Letterboxd is a social movie discovery site where users rate the movies they watch.
18 stars 2 forks source link
letterboxd

Letterboxd Compare

Compare two letterboxd users to see the movies one has seen and the other hasn't. Letterboxd is a social movie discovery site where users rate the movies they watch.

The initial fetch of data might take a couple of seconds, especially if the requested user has rated a lot of movies.

Instructions

cargo run

For developement, you might want logs

RUST_LOG="info,letterboxd_compare=debug" cargo run