All Projects → LBBO → Netflix Migrate

LBBO / Netflix Migrate

Licence: mit
A command-line tool to migrate data to and from Netflix profiles

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Netflix Migrate

Rails api base
API boilerplate project for Ruby On Rails 6
Stars: ✭ 172 (-1.71%)
Mutual labels:  hacktoberfest
Operators
Collection of Kubernetes Operators built with KUDO.
Stars: ✭ 175 (+0%)
Mutual labels:  hacktoberfest
Gatsby Wordpress Themes
🎨 Gatsby WordPress Theme
Stars: ✭ 175 (+0%)
Mutual labels:  hacktoberfest
Awesome Umbraco
A curated list of awesome Umbraco packages, resources and tools
Stars: ✭ 173 (-1.14%)
Mutual labels:  hacktoberfest
Video trimmer
Flutter video trimmer package
Stars: ✭ 173 (-1.14%)
Mutual labels:  hacktoberfest
Pact Ruby
Enables consumer driven contract testing, providing a mock service and DSL for the consumer project, and interaction playback and verification for the service provider project.
Stars: ✭ 2,075 (+1085.71%)
Mutual labels:  hacktoberfest
Telephant
A lightweight but modern Mastodon client for the desktop
Stars: ✭ 174 (-0.57%)
Mutual labels:  hacktoberfest
Command Block Assembly
Compile high-level code into Minecraft commands
Stars: ✭ 175 (+0%)
Mutual labels:  hacktoberfest
Go Reddit
Go library for accessing the Reddit API.
Stars: ✭ 175 (+0%)
Mutual labels:  hacktoberfest
Gino
GINO Is Not ORM - a Python asyncio ORM on SQLAlchemy core.
Stars: ✭ 2,299 (+1213.71%)
Mutual labels:  hacktoberfest
Stock Logistics Warehouse
Odoo Warehouse Management Addons
Stars: ✭ 173 (-1.14%)
Mutual labels:  hacktoberfest
K8spin Operator
K8Spin multi-tenant operator - OSS
Stars: ✭ 175 (+0%)
Mutual labels:  hacktoberfest
Image
Encoding and decoding images in Rust
Stars: ✭ 2,534 (+1348%)
Mutual labels:  hacktoberfest
Auth0 Java
Java client library for the Auth0 platform
Stars: ✭ 174 (-0.57%)
Mutual labels:  hacktoberfest
Data Structures And Algorithms In Cpp
This repository is in development phase and will soon provide you with c++ code of various data structures and algorithms
Stars: ✭ 176 (+0.57%)
Mutual labels:  hacktoberfest
Blinkpy
A Python library for the Blink Camera system
Stars: ✭ 174 (-0.57%)
Mutual labels:  hacktoberfest
Ros2 documentation
ROS 2 docs repository
Stars: ✭ 172 (-1.71%)
Mutual labels:  hacktoberfest
Availity Reactstrap Validation
Easy to use React validation components compatible for reactstrap.
Stars: ✭ 176 (+0.57%)
Mutual labels:  hacktoberfest
Antminer Monitor
Cryptocurrency ASIC mining hardware monitor using a simple web interface
Stars: ✭ 176 (+0.57%)
Mutual labels:  hacktoberfest
Ivre
Network recon framework, published by @cea-sec & @ANSSI-FR. Build your own, self-hosted and fully-controlled alternatives to Shodan / ZoomEye / Censys and GreyNoise, run your Passive DNS service, collect and analyse network intelligence from your sensors, and much more!
Stars: ✭ 2,331 (+1232%)
Mutual labels:  hacktoberfest

netflix-migrate Build Status

A command line utility to export and import your ratings.

Usage

npx netflix-migrate --email [email protected] --profile Lana --export netflixData.json
npx netflix-migrate --email [email protected] --profile Lana --import netflixData.json

You will be prompted for your email address, password, and/or profile name if not provided as a parameter. If you do not specify a file path for --export or --import, stdout and stdin will be used, respectively. If --export or --import are not provided, --export is assumed (and stdout will be used).

Your exported data will also contain your viewing history. Currently, the import function is only able to import the rating history, but that will hopefully change soon. However, you now already have your data and once the functionality is added you will be able to import your old viewing history too, even if you don't have any access to the old account anymore.

Warning

Use of this software may constitute a breach in the Netflix Terms of Use and/or the End User License Agreement. Use at your own risk.

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].