Importer ses listes de films d'Allociné vers Letterboxd
  • JavaScript 78.7%
  • Shell 11.9%
  • PowerShell 9.4%
Find a file
dependabot[bot] 820df435b5
chore(deps): bump puppeteer from 25.2.1 to 25.3.0 (#20)
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 25.2.1 to 25.3.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v25.2.1...puppeteer-v25.3.0)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-version: 25.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-06 09:28:01 +00:00
.github Update ci.yml 2026-06-02 17:03:20 +02:00
.gitignore fix: scrap all pages instead of page 1 only 2025-08-01 01:43:00 +02:00
check-selectors.js feat: add weekly selector health check CI 2026-04-29 12:31:05 +02:00
csv converter.png complete readme file 2023-11-16 01:35:49 +01:00
discovery.js feat: add discovery script and dynamic selectors 2026-04-18 09:42:02 +02:00
index.js feat: ask AlloCiné URL upfront in install scripts 2026-05-07 00:31:34 +02:00
install.ps1 feat: ask AlloCiné URL as very first prompt 2026-05-07 00:39:52 +02:00
install.sh feat: ask AlloCiné URL as very first prompt 2026-05-07 00:39:52 +02:00
package-lock.json chore(deps): bump puppeteer from 25.2.1 to 25.3.0 (#20) 2026-07-06 09:28:01 +00:00
package.json chore(deps): bump puppeteer from 25.2.1 to 25.3.0 (#20) 2026-07-06 09:28:01 +00:00
README.md Update README.md 2026-05-11 20:01:52 +02:00
selectors.json feat: add discovery script and dynamic selectors 2026-04-18 09:42:02 +02:00

Allocine2Letterboxd

Exporte ta liste de films vus, notés et critiqués sur AlloCiné vers un fichier CSV prêt à importer sur Letterboxd. La wishlist (films à voir) est également exportée.

Avant

Joue cette commande

macOS / Linux

curl -fsSL https://raw.githubusercontent.com/Poudlardo/Allocine2Letterboxd/main/install.sh | bash

[!NOTE] En cas d'erreur sur Ubuntu Server, installer ces dépendances peut résoudre le problème :

sudo apt-get install -y libgtk-3-0 libatk1.0-0 libatk-bridge2.0-0 libnss3 libgbm1 libxss1 libdbus-glib-1-2 libasound2 2>/dev/null  | \
sudo apt-get install -y libgtk-3-0 libatk1.0-0 libatk-bridge2.0-0 libnss3 libgbm1 libxss1 libdbus-glib-1-2 libasound2t64

Windows

irm https://raw.githubusercontent.com/Poudlardo/Allocine2Letterboxd/main/install.ps1 | iex

Une fois terminé, deux fichiers apparaissent dans le dossier Allocine2Letterboxd :

Fichier Contenu Importer sur
allocine-films.csv Films vus, notes, critiques Letterboxd — Films vus
allocine-films-a-voir.csv Wishlist Letterboxd — Watchlist

Tu peux les importer directement sur Letterboxd !


Un problème ?

Ouvre un ticket en décrivant le problème avec une capture d'écran de ton terminal.