A script to export your movies from SensCritique to Letterboxd.
(It also works for private members!)
Supports: watched items (with ratings, watched date, reviews) and watchlist
Please use one of these methods to install the package.
Install the package with:
pip install s2l
You can build and run the binary s2l
using nix
(flakes enabled) with:
nix run github:rx342/senscritique2letterboxd#s2l
Please replace every {USERNAME}
with your username.
To export your movies:
s2l --username {USERNAME} --output movies.csv
If you also want to add your TV shows, please run:
s2l --username {USERNAME} --output movies.csv --add_tv
Finally if you want add your reviews:
s2l --username {USERNAME} --output movies.csv --add_reviews
To export the movies you want to watch (named "Watchlist" on Letterboxd):
s2l --username {USERNAME} --output watchlist.csv --watchlist_only
And import your CSV ✨.