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

Letterboxd-user-film-compare

GitHub aspacek status

This Python program is a project attempting to compare user film ratings on Letterboxd to determine how "similar" two users are. It has two modes of running:

To run, you need the file "user_film_compare.py" and an input file. You also add verbose = 0 for no print out, or verbose = 1 for printing out details.

For example:

python user_film_compare.py input.txt 1

For an input file called "input.txt" and verbose = 1.

Written using python 3.7.

Tested successfully on python 3.6, 3.7, 3.8

(Python 3.5 seems to fail because of a problem with importing matplotlib.)