tautulliToLetterboxd

Export watched content from Tautulli to the Letterboxd CSV Import Format.

Installation

$ git clone https://github.com/ejach/tautulliToLetterboxd.git
$ cd tautulliToLetterboxd
$ pip install -r requirements.txt

Usage

  1. Must have Tautulli installed
  2. Edit the environment variables in .env to point to your Tautulli installation:
# The Tautulli host
# Default: http://localhost:8181
baseurl=http://localhost:8181
# Tautulli API token 
# Found in Settings > Web Interface > API Key
token=xxx
# Username (if set) or email
user=xxx
# File to output to in *.csv format
# Default: output.csv
filename=output.csv
  1. Run using:
$ python src/main.py
  1. Upload the output file to https://letterboxd.com/import/

GitHub

https://github.com/ejach/tautulliToLetterboxd