mirror of
https://github.com/Choff3/letterboxd-sync.git
synced 2026-01-26 15:38:10 +00:00
Scrapes Letterboxd watchlist and adds movies to Plex and Radarr.
- Python 93.6%
- Dockerfile 6.4%
| .github/workflows | ||
| .gitignore | ||
| Dockerfile | ||
| LICENSE | ||
| main.py | ||
| README.md | ||
| requirements.txt | ||
letterboxd-sync
This a Python script that grabs a Letterboxd watchlist using https://github.com/screeny05/letterboxd-list-radarr and then adds the movies from that list to your Plex watchlist.
Getting API Token
Plex
https://support.plex.tv/articles/204059436-finding-an-authentication-token-x-plex-token/
Sample run command
docker run --rm \
-e LETTERBOXD_USERNAME='{Letterboxd username}' \
-e PLEX_TOKEN='{Plex token}' \
-e PLEX_HOST='http://{Plex server's IP}:32400' \
-e BASE_URL='http://localhost:5000' \ # optional local hosted version of screeny05/letterboxd-list-radarr
choff3/letterboxd-sync