All Projects → larissamoreira → filmow_to_letterboxd

larissamoreira / filmow_to_letterboxd

Licence: other
🎥 💚To import Filmow watched movies in Letterboxd. The script can be found on the letterboxd page about importing data under "Additional tools".

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to filmow to letterboxd

zabbix-review-export-import
Clone of zabbix-review-export with added import object(s) feature
Stars: ✭ 36 (+176.92%)
Mutual labels:  export, import
importer-exporter
3D City Database client for high-performance import and export of 3D city model data
Stars: ✭ 104 (+700%)
Mutual labels:  export, import
FSDevTools
Project to support developer experience (DX) with FirstSpirit template development by offering a connection between a VCS like Git and FirstSpirit.
Stars: ✭ 29 (+123.08%)
Mutual labels:  export, import
l2cu
L²CU: LDraw Linux Command line Utility
Stars: ✭ 14 (+7.69%)
Mutual labels:  export, import
great-migration
Copy objects from Rackspace to S3
Stars: ✭ 15 (+15.38%)
Mutual labels:  export, import
connect-backup
A tool to backup and restore AWS Connect, with some useful other utilities too
Stars: ✭ 19 (+46.15%)
Mutual labels:  export, import
sync-magento-2-migration
Release of rough proof of concept from 2018 that allows to import and export millions of products quickly
Stars: ✭ 51 (+292.31%)
Mutual labels:  export, import
Portphp
Data import/export framework for PHP
Stars: ✭ 225 (+1630.77%)
Mutual labels:  export, import
skinner
Skin export / import tools for Autodesk Maya
Stars: ✭ 68 (+423.08%)
Mutual labels:  export, import
ProcessMigrator
ProcessWire module that facilitates automated migration and sharing of page trees along with their templates and fields.
Stars: ✭ 29 (+123.08%)
Mutual labels:  export, import
craft3-blockonomicon
Manage matrix fields on a per-block basis. Bundle presentation with blocks. Render entire matrices with a single line.
Stars: ✭ 32 (+146.15%)
Mutual labels:  export, import
qgis-kmltools-plugin
Fast KML Import and Export Plugin for QGIS
Stars: ✭ 45 (+246.15%)
Mutual labels:  export, import
cassandra-exporter
Simple Tool to Export / Import Cassandra Tables into JSON
Stars: ✭ 44 (+238.46%)
Mutual labels:  export, import
format-imports-vscode
Format imports and exports for JavaScript and TypeScript in VS Code.
Stars: ✭ 60 (+361.54%)
Mutual labels:  export, import
open2fa
Two-factor authentication app with import/export for iOS and macOS. All codes encrypted with AES 256. FaceID & TouchID support included. Written with love in SwiftUI ❤️
Stars: ✭ 24 (+84.62%)
Mutual labels:  export, import
blender-xray
STALKER (aka xray-engine) import/export plugin for Blender 3D
Stars: ✭ 132 (+915.38%)
Mutual labels:  export, import
Sketchup Stl
A SketchUp Ruby Extension that adds STL (STereoLithography) file format import and export.
Stars: ✭ 214 (+1546.15%)
Mutual labels:  export, import
Dataset Serialize
JSON to DataSet and DataSet to JSON converter for Delphi and Lazarus (FPC)
Stars: ✭ 213 (+1538.46%)
Mutual labels:  export, import
DataDefinitions
Data Definitions Plugin for Pimcore
Stars: ✭ 70 (+438.46%)
Mutual labels:  export, import
excel mysql
Module for import Excel files to MySQL table and export MySQL table to Excel file using PHPExcel
Stars: ✭ 30 (+130.77%)
Mutual labels:  export, import

Filmow to Letterboxd

Gera um csv compatível com o import do Letterboxd com os filmes marcados como já vistos na conta do Filmow do usuário informado.

(Instruções para windows)

  1. Crie uma pasta para colocar o código, faça download do projeto em "Clone or download > Download ZIP", o coloque nessa pasta e extraia o arquivo. Ou clone o projeto com:
git clone https://github.com/larissamoreira/filmow_to_letterboxd.git
  1. Instale Python 3 (A opção "Add Python 3.6 to PATH" deve ficar selecionada)

  2. Abra o Prompt de Comando (terminal)

    • Win+R > digite cmd > OK
  3. No terminal entre na pasta onde está o projeto, com cd <caminho-para-pasta-criada>. Agora é necessário instalar as dependências para o código funcionar, crie um ambiente virtual para que tudo ocorra dentro dele com:

python -m venv ambiente
  1. Ambiente criado, agora o ative com:
ambiente\Scripts\activate
  1. Ambiente ativado, agora entre na pasta do projeto:
cd filmow_to_letterboxd-master
  1. Por fim, instale as dependências:
pip install -r requirements.txt
  1. Hora de rodar o código, faça:
python script.py
  1. Ao rodar o código, você terá que informar o seu nome de usuário no filmow, então é só esperar terminar a execução do código! (Talvez demore um pouquinho! Quer dizer que você viu muitos filmes :D)

  2. Quando terminar será gerado o arquivo ./filmes.csv, que é o seu diretório atual.

  3. Agora é só importar o seu csv no https://letterboxd.com/. Para isso vá em Settings > IMPORT & EXPORT > IMPORT YOUR DATA

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].