Skip to content

This is a program to calculate the uniqueness of your ratings on the film review website Letterboxd.

Notifications You must be signed in to change notification settings

lmr97/letterboxd_uniqueness

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

letterboxd_uniqueness

This is a program to calculate the uniqueness $u$ of your ratings on the film review website Letterboxd, according to the following formula:

$$ u = \text {mean}(\frac{|\bar{R} - R_u|}{D_a}) $$

where

    $\bar{R}$   is the site-wide average rating of a film,

    $R_u$   is the user's rating of the film, and

    $D_a$   is the most a rating could differ from the average (a term I'm calling available deviance). It is defined as $D_a = \text {max}(\bar{R} - 0.5,\space 5 - \bar{R})$.

This metric of uniqueness can be interpreted as "the user deviates $u$ of the amount they possibly could from average."

Installing the program

Simply download the program from GitHub, and move it to where you like on your computer. There is no need to compile or build the program locally.

Running the program

This program uses a very simple command line interface. Since it's a Python program, you'll run it using the python3 command. It takes a username as an argument on the command line, so place that at the end of the command. This gives the following on the command line, when you're in the directory you downloaded the program to:

python3 lbunique.py <username>

About

This is a program to calculate the uniqueness of your ratings on the film review website Letterboxd.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages