Skip to content

See the number of films you have watched per director based on your Letterboxd data

License

Notifications You must be signed in to change notification settings

fauu/letterboxd-count-by-director

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

letterboxd-count-by-director

A small utility script that, given an exported Letterboxd user data file, outputs a text file with directors grouped by the count of films directed by them that the user has watched:

15 films (1 director):
Krzysztof Kieślowski

10 films (1 director):
Lars von Trier

8 films (3 directors):
Wes Anderson
Stanley Kubrick
Sion Sono

(and so on, and so forth...)

The script gets the director(s) of a film by scraping its Letterboxd page. It stores (film, director) pairs in a cache file (cache.csv by default) to avoid unnecessary requests.

Tested with Python 3.6.1 on Arch GNU/Linux.

Usage

  1. Export your user data from Letterboxd settings page.
  2. Run the script: python letterboxd_count_by_director.py path/to/downloaded_data_file.zip.
  3. See output.txt for results.

About

See the number of films you have watched per director based on your Letterboxd data

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages