aspacek / Letterboxd-user-film-compare

Will find the similarity in Letterboxd film ratings between two users, a user and who they're following, or a user and their followers.
0 stars 0 forks source link

Add capability to save all user film ratings grabbed, to a file, which can be read in the future #4

Closed aspacek closed 4 years ago

aspacek commented 4 years ago

The largest time sink of the program is grabbing all the films and ratings from Letterboxd for each user. If it's done once, the results can be saved locally to a file. If the program is run again for the same user, the file can be read and a lot of time can be saved. This can be an option when running, whether you want to use old files or just create all new files.

aspacek commented 4 years ago

Added this! CSV files of all films/ratings of a user are saved, and can be read in for a huge speed increase, instead of having to get info from the internet. Commit below.

https://github.com/aspacek/Letterboxd-user-film-compare/commit/68eefbe85171a33d98a0695124e0c5440c1c27ba