Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vn-ki/letterboxd-compare

Compare two letterboxd profiles. Letterboxd is a social movie discovery site where users rate the movies they watch.
https://github.com/vn-ki/letterboxd-compare

letterboxd

Last synced: 3 months ago
JSON representation

Compare two letterboxd profiles. Letterboxd is a social movie discovery site where users rate the movies they watch.

Awesome Lists containing this project

README

        

# Letterboxd Compare

Compare two letterboxd users to see the movies one has seen and the other hasn't.
[Letterboxd](https://letterboxd.com) 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

- Needs rust developement setup

```
cargo run
```

For developement, you might want logs

```
RUST_LOG="info,letterboxd_compare=debug" cargo run
```