mirror of
https://github.com/Poudlardo/Allocine2Letterboxd.git
synced 2026-07-17 22:48:20 +02:00
Importer ses listes de films d'Allociné vers Letterboxd
- JavaScript 78.7%
- Shell 11.9%
- PowerShell 9.4%
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> |
||
|---|---|---|
| .github | ||
| .gitignore | ||
| check-selectors.js | ||
| csv converter.png | ||
| discovery.js | ||
| index.js | ||
| install.ps1 | ||
| install.sh | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| selectors.json | ||
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
- Rends-toi sur Allociné → Profil → garde bien le lien en URL (similaire à https://www.allocine.fr/membre-Z20220820103049710645480/)
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.