Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/vn-ki/letterboxd-compare
- Owner: vn-ki
- Created: 2020-12-19T16:31:11.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-02T23:51:14.000Z (10 months ago)
- Last Synced: 2024-03-03T00:32:14.607Z (10 months ago)
- Topics: letterboxd
- Language: Rust
- Homepage:
- Size: 56.6 KB
- Stars: 16
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```