initial commit

This commit is contained in:
aaron-jack-manning
2024-03-01 21:28:01 +11:00
commit d2978bb1c7
6 changed files with 1934 additions and 0 deletions

6
README.md Normal file
View File

@@ -0,0 +1,6 @@
# Letterboxd Export
This program, by spoofing a login to [letterboxd](https://letterboxd.com), will download a full `.csv` export of user data, typically downloaded from [letterboxd.com/settings/data/](https://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.