A program to get a CSV export of Letterboxd data without logging in to the website manually.
Go to file
Aaron Manning 5ac9cdb103 fix duplicate csrf value bug
letterboxd appears to now send multiple csrf set-cookie headers
one of which is empty. this means that we are now required to
check both of these to make sure we grab the correct one.
2024-11-17 15:55:18 +11:00
src fix duplicate csrf value bug 2024-11-17 15:55:18 +11:00
.gitignore initial commit 2024-03-01 21:28:01 +11:00
Cargo.lock initial commit 2024-03-01 21:28:01 +11:00
Cargo.toml initial commit 2024-03-01 21:28:01 +11:00
LICENSE initial commit 2024-03-01 21:28:01 +11:00
README.md initial commit 2024-03-01 21:28:01 +11:00

Letterboxd Export

This program, by spoofing a login to letterboxd, will download a full .csv export of user data, typically downloaded from letterboxd.com/settings/data/. This is handy if you want to do regular full data backups in an automated fashion, given that the API does not expose all of the relevant data.

Warning

: This program is probably extremely prone to breaking due to spoofing requests typically only made by the letterboxd front end. If this does not work for you, please submit a bug report and I will try to keep it somewhat up to date to changes to the way the letterboxd website works, but I make no general promises of this.