A script to convert letterboxd export list to TMDB supported (IMDB V3) csv format
- Installing the required libraries
pip install -r requirements.txt
- running the script
python main.py <letterboxd-watched.csv>
OR
python main.py <letterboxd-watched.csv> -o <output.csv>