Export your film ratings as a spreadsheet file.
The resulting file is a CSV that can be imported to Letterboxd.
You can find the app at csfd-export.ooooo.page.
-
Install Python >= 3.11.
-
Install ČSFD Export as a pip package:
$ pip install --user --upgrade .
This will make the executable
csfd-export
available globally.
Example:
$ csfd-export https://www.csfd.cz/uzivatel/18708-polaroid/hodnoceni/ my_ratings.csv
This will create a file my_ratings.csv
like this:
Title,Year,Rating,WatchedDate
The Matrix Resurrections,2021,2,2021-12-29
The Power of Nightmares,2004,5,2021-04-24
Tenkrát v Hollywoodu,2019,0.5,2021-01-30
...
See all command line options:
$ csfd-export --help
$ brew install poetry
$ make setup
# pacman -S python-poetry
$ make setup
Install these dependencies manually:
- Python >= 3.11
- poetry
Then run:
$ make setup
-
Start the Redis message broker:
$ make redis
-
Start the Celery worker:
$ make worker
-
Start the development server
$ make run
$ make setup
$ make test
$ make lint
$ make help
Feel free to remix this project under the terms of the GNU General Public License version 3 or later. See COPYING and NOTICE.