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-exportavailable 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 setupInstall 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 helpFeel free to remix this project under the terms of the GNU General Public License version 3 or later. See COPYING and NOTICE.